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."],[[["This document provides reference documentation for the `StreamingRecognizeResponse.Types.SpeechEventType` enum within the Cloud Speech-to-Text v2 API."],["The `SpeechEventType` enum indicates the type of speech event detected, such as the beginning or end of speech activity, or the end of a single utterance."],["The documentation details four possible speech event types: `EndOfSingleUtterance`, `SpeechActivityBegin`, `SpeechActivityEnd`, and `Unspecified`."],["Different versions of the documentation are available, ranging from version 1.0.0 to the latest version, 1.4.0, with version 1.1.0 being the currently viewed version."]]],[]]