Struct google_translate2::DetectionsResourceNested[][src]

pub struct DetectionsResourceNested {
    pub is_reliable: Option<bool>,
    pub confidence: Option<f32>,
    pub language: Option<String>,
}

An array of languages which we detect for the given text The most likely language list first.

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

Fields

A boolean to indicate is the language detection result reliable.

The confidence of the detection result of this language.

The language we detected.

Trait Implementations

impl Default for DetectionsResourceNested
[src]

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

impl Clone for DetectionsResourceNested
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DetectionsResourceNested
[src]

Formats the value using the given formatter. Read more

impl NestedType for DetectionsResourceNested
[src]

impl Part for DetectionsResourceNested
[src]

Auto Trait Implementations