Struct google_language1::AnalyzeSyntaxRequest [−][src]
pub struct AnalyzeSyntaxRequest {
pub encoding_type: Option<String>,
pub document: Option<Document>,
}The syntax analysis 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).
- analyze syntax documents (request)
Fields
encoding_type: Option<String>
The encoding type used by the API to calculate offsets.
document: Option<Document>
Input document.
Trait Implementations
impl Default for AnalyzeSyntaxRequest[src]
impl Default for AnalyzeSyntaxRequestfn default() -> AnalyzeSyntaxRequest[src]
fn default() -> AnalyzeSyntaxRequestReturns the "default value" for a type. Read more
impl Clone for AnalyzeSyntaxRequest[src]
impl Clone for AnalyzeSyntaxRequestfn clone(&self) -> AnalyzeSyntaxRequest[src]
fn clone(&self) -> AnalyzeSyntaxRequestReturns 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 AnalyzeSyntaxRequest[src]
impl Debug for AnalyzeSyntaxRequestfn 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 AnalyzeSyntaxRequest[src]
impl RequestValue for AnalyzeSyntaxRequestAuto Trait Implementations
impl Send for AnalyzeSyntaxRequest
impl Send for AnalyzeSyntaxRequestimpl Sync for AnalyzeSyntaxRequest
impl Sync for AnalyzeSyntaxRequest