Class GoogleCloudVideointelligenceV1SpeechTranscription
A speech recognition result corresponding to a portion of the audio.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1beta2.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1beta2.dll
Syntax
public class GoogleCloudVideointelligenceV1SpeechTranscription : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("alternatives")]
public virtual IList<GoogleCloudVideointelligenceV1SpeechRecognitionAlternative> Alternatives { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1SpeechRecognitionAlternative> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Output only. The BCP-47 language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |