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 v1p1beta1 API class StreamingRecognitionConfig.Types.VoiceActivityTimeout.
Events that a timeout can be set on for voice activity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `StreamingRecognitionConfig.Types.VoiceActivityTimeout` class within the Google Cloud Speech v1p1beta1 API, specifically for the .NET platform."],["The `VoiceActivityTimeout` class is used to configure timeout settings for voice activity events, and it inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `VoiceActivityTimeout()` for default initialization, and `VoiceActivityTimeout(VoiceActivityTimeout other)` for creating a copy from another `VoiceActivityTimeout` instance."],["It includes properties `SpeechEndTimeout` and `SpeechStartTimeout`, both of which are of type `Duration` and are used to specify the timeout duration after speech ends or before it begins, respectively."],["The latest version available for this specific class is `3.0.0-beta08` and it shows other versions such as `3.0.0-beta07` and `2.0.0-beta09` of this class."]]],[]]