Class GoogleCloudVideointelligenceV1p2beta1SpeechContext
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p2beta1SpeechContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Phrases
Optional. A list of strings containing words and phrases "hints" so that the speech recognition is more likely to recognize them. This can be used to improve the accuracy for specific words and phrases, for example, if specific commands are typically spoken by the user. This can also be used to add additional words to the vocabulary of the recognizer. See usage limits.
Declaration
[JsonProperty("phrases")]
public virtual IList<string> Phrases { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |