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 document provides reference documentation for the `StreamingRecognitionConfig.Types.VoiceActivityTimeout` class within the Google Cloud Speech v1p1beta1 API, detailing its usage and implementation."],["The `VoiceActivityTimeout` class, part of the `Google.Cloud.Speech.V1P1Beta1` namespace, allows setting timeouts for voice activity events in speech recognition."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with protocol buffer messages and other functionalities."],["Key properties of `VoiceActivityTimeout` include `SpeechEndTimeout` and `SpeechStartTimeout`, which are `Duration` types that allow the configuration of timeouts for the end and start of speech, respectively."],["The documentation covers the latest version, 3.0.0-beta08, as well as previous beta versions, 3.0.0-beta07, and 2.0.0-beta09, showcasing the progression of the API."]]],[]]