This event indicates that the server has detected the end of the user's
speech utterance and expects no additional speech. Therefore, the server
will not process additional audio and will close the gRPC bidirectional
stream. This event is only sent if there was a force cutoff due to
silence being detected early. This event is only available through the
latest_short [model][google.cloud.speech.v2.Recognizer.model].
SpeechActivityBegin
This event indicates that the server has detected the beginning of human
voice activity in the stream. This event can be returned multiple times
if speech starts and stops repeatedly throughout the stream. This event
is only sent if voice_activity_events is set to true.
SpeechActivityEnd
This event indicates that the server has detected the end of human voice
activity in the stream. This event can be returned multiple times if
speech starts and stops repeatedly throughout the stream. This event is
only sent if voice_activity_events is set to true.
[[["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."],[[["The latest version of the `StreamingRecognizeResponse.Types.SpeechEventType` enum is 1.4.0, with previous versions available dating back to 1.0.0."],["This enum within the Cloud Speech-to-Text v2 API represents different types of speech events, detailing the state of audio input during speech recognition."],["The available event types include `EndOfSingleUtterance`, which signals the end of a user's speech, and `SpeechActivityBegin` and `SpeechActivityEnd`, which indicate the start and stop of voice activity, respectively."],["`Unspecified` indicates that there is no event specified."],["The Speech-to-Text API relies on these event types to provide updates on the ongoing speech stream and user voice."]]],[]]