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\u003eThis webpage provides documentation for the \u003ccode\u003eStreamingRecognizeResponse.Types.SpeechEventType\u003c/code\u003e enum within the Google Cloud Speech v1 API, detailing different speech event types.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes fields such as \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, each with specific descriptions of when they occur in speech processing.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 3.8.0, with older versions available back to 2.2.0 for review, if needed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpeechEventType\u003c/code\u003e enum is located within the \u003ccode\u003eGoogle.Cloud.Speech.V1\u003c/code\u003e namespace, and the assembly for it is Google.Cloud.Speech.V1.dll.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esingle_utterance\u003c/code\u003e and \u003ccode\u003evoice_activity_events\u003c/code\u003e attributes affect what \u003ccode\u003eSpeechEventType\u003c/code\u003e events are sent by the server, depending on their value.\u003c/p\u003e\n"]]],[],null,[]]