public sealed class StreamingRecognitionConfig.Types.VoiceActivityTimeout : IMessage<StreamingRecognitionConfig.Types.VoiceActivityTimeout>, IEquatable<StreamingRecognitionConfig.Types.VoiceActivityTimeout>, IDeepCloneable<StreamingRecognitionConfig.Types.VoiceActivityTimeout>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class StreamingRecognitionConfig.Types.VoiceActivityTimeout.
Events that a timeout can be set on for voice activity.
Implements
IMessageStreamingRecognitionConfigTypesVoiceActivityTimeout, IEquatableStreamingRecognitionConfigTypesVoiceActivityTimeout, IDeepCloneableStreamingRecognitionConfigTypesVoiceActivityTimeout, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
VoiceActivityTimeout()
public VoiceActivityTimeout()
VoiceActivityTimeout(VoiceActivityTimeout)
public VoiceActivityTimeout(StreamingRecognitionConfig.Types.VoiceActivityTimeout other)
Parameter | |
---|---|
Name | Description |
other |
StreamingRecognitionConfigTypesVoiceActivityTimeout |
Properties
SpeechEndTimeout
public Duration SpeechEndTimeout { get; set; }
Duration to timeout the stream after speech ends.
Property Value | |
---|---|
Type | Description |
Duration |
SpeechStartTimeout
public Duration SpeechStartTimeout { get; set; }
Duration to timeout the stream if no speech begins.
Property Value | |
---|---|
Type | Description |
Duration |