Google Cloud Speech v1 API - Class StreamingRecognitionConfig.Types.VoiceActivityTimeout (3.7.0)

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.

Inheritance

object > StreamingRecognitionConfig.Types.VoiceActivityTimeout

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

VoiceActivityTimeout()

public VoiceActivityTimeout()

VoiceActivityTimeout(VoiceActivityTimeout)

public VoiceActivityTimeout(StreamingRecognitionConfig.Types.VoiceActivityTimeout other)
Parameter
NameDescription
otherStreamingRecognitionConfigTypesVoiceActivityTimeout

Properties

SpeechEndTimeout

public Duration SpeechEndTimeout { get; set; }

Duration to timeout the stream after speech ends.

Property Value
TypeDescription
Duration

SpeechStartTimeout

public Duration SpeechStartTimeout { get; set; }

Duration to timeout the stream if no speech begins.

Property Value
TypeDescription
Duration