Struct google_language1::ClassifyTextRequest [−][src]
The document classification request message.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- classify text documents (request)
Fields
document: Option<Document>
Input document.
Trait Implementations
impl Default for ClassifyTextRequest[src]
impl Default for ClassifyTextRequestfn default() -> ClassifyTextRequest[src]
fn default() -> ClassifyTextRequestReturns the "default value" for a type. Read more
impl Clone for ClassifyTextRequest[src]
impl Clone for ClassifyTextRequestfn clone(&self) -> ClassifyTextRequest[src]
fn clone(&self) -> ClassifyTextRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ClassifyTextRequest[src]
impl Debug for ClassifyTextRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for ClassifyTextRequest[src]
impl RequestValue for ClassifyTextRequestAuto Trait Implementations
impl Send for ClassifyTextRequest
impl Send for ClassifyTextRequestimpl Sync for ClassifyTextRequest
impl Sync for ClassifyTextRequest