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 (although it may subsequently return
additional results). The client should stop sending additional audio
data, half-close the gRPC connection, and wait for any additional results
until the server closes the gRPC connection. This event is only sent if
single_utterance was set to true, and is not used otherwise.
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.
SpeechActivityTimeout
This event indicates that the user-set timeout for speech activity begin
or end has exceeded. Upon receiving this event, the client is expected to
send a half close. Further audio will not be processed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eStreamingRecognizeResponse.Types.SpeechEventType\u003c/code\u003e enum in the Google Cloud Speech v1 API defines various speech event types.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions of the API range from 2.2.0 to the latest 3.8.0, with a variety of options between them.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpeechEventType\u003c/code\u003e enum includes events like \u003ccode\u003eEndOfSingleUtterance\u003c/code\u003e, \u003ccode\u003eSpeechActivityBegin\u003c/code\u003e, \u003ccode\u003eSpeechActivityEnd\u003c/code\u003e, \u003ccode\u003eSpeechActivityTimeout\u003c/code\u003e, and \u003ccode\u003eSpeechEventUnspecified\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEndOfSingleUtterance\u003c/code\u003e signifies the end of a user's speech, while \u003ccode\u003eSpeechActivityBegin\u003c/code\u003e and \u003ccode\u003eSpeechActivityEnd\u003c/code\u003e indicate the start and stop of voice activity, and \u003ccode\u003eSpeechActivityTimeout\u003c/code\u003e highlights the exceedance of the user-set timeout.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation is located within the \u003ccode\u003eGoogle.Cloud.Speech.V1\u003c/code\u003e namespace, specifically in the \u003ccode\u003eGoogle.Cloud.Speech.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]