A speech recognition result corresponding to a portion of the audio.
More...
|
virtual System.Collections.Generic.IList< SpeechRecognitionAlternative > | Alternatives [get, set] |
| May contain one or more recognition hypotheses (up to the maximum specified in max_alternatives ). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer. More...
|
|
virtual System.Nullable< int > | ChannelTag [get, set] |
| For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from '1' to 'N'. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
A speech recognition result corresponding to a portion of the audio.
◆ Alternatives
May contain one or more recognition hypotheses (up to the maximum specified in max_alternatives
). These alternatives are ordered in terms of accuracy, with the top (first) alternative being the most probable, as ranked by the recognizer.
◆ ChannelTag
virtual System.Nullable<int> Google.Apis.Speech.v1.Data.SpeechRecognitionResult.ChannelTag |
|
getset |
For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from '1' to 'N'.
◆ ETag
virtual string Google.Apis.Speech.v1.Data.SpeechRecognitionResult.ETag |
|
getset |
The documentation for this class was generated from the following file: