public sealed class SpeechContext : IMessage<SpeechContext>, IEquatable<SpeechContext>, IDeepCloneable<SpeechContext>, IBufferMessage, IMessage
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Implements
IMessage<SpeechContext>, IEquatable<SpeechContext>, IDeepCloneable<SpeechContext>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
SpeechContext()
public SpeechContext()
SpeechContext(SpeechContext)
public SpeechContext(SpeechContext other)
Parameter | |
---|---|
Name | Description |
other | SpeechContext |
Properties
Phrases
public RepeatedField<string> Phrases { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |