Struct google_language1_beta1::Features[][src]

pub struct Features {
    pub extract_syntax: Option<bool>,
    pub extract_entities: Option<bool>,
    pub extract_document_sentiment: Option<bool>,
}

All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.

This type is not used in any activity, and only used as part of another schema.

Fields

Extract syntax information.

Extract entities.

Extract document-level sentiment.

Trait Implementations

impl Default for Features
[src]

Returns the "default value" for a type. Read more

impl Clone for Features
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Features
[src]

Formats the value using the given formatter. Read more

impl Part for Features
[src]

Auto Trait Implementations

impl Send for Features

impl Sync for Features