speech  v1
Properties | List of all members
Google.Apis.Speech.v1.Data.SpeechRecognitionResult Class Reference

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

Inheritance diagram for Google.Apis.Speech.v1.Data.SpeechRecognitionResult:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< SpeechRecognitionAlternativeAlternatives [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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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

Property Documentation

◆ Alternatives

virtual System.Collections.Generic.IList<SpeechRecognitionAlternative> Google.Apis.Speech.v1.Data.SpeechRecognitionResult.Alternatives
getset

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 ETag of the item.


The documentation for this class was generated from the following file: