Struct google_speech1_beta1::SpeechRecognitionResult[][src]

pub struct SpeechRecognitionResult {
    pub alternatives: Option<Vec<SpeechRecognitionAlternative>>,
}

A speech recognition result corresponding to a portion of the audio.

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

Fields

Output-only May contain one or more recognition hypotheses (up to the maximum specified in max_alternatives).

Trait Implementations

impl Default for SpeechRecognitionResult
[src]

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

impl Clone for SpeechRecognitionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SpeechRecognitionResult
[src]

Formats the value using the given formatter. Read more

impl Part for SpeechRecognitionResult
[src]

Auto Trait Implementations