StreamingRecognizeResponse_EndpointerType
class StreamingRecognizeResponse_EndpointerType
Indicates the type of endpointer event.
Protobuf enum Google\Cloud\Speech\V1beta1\StreamingRecognizeResponse\EndpointerType
Constants
ENDPOINTER_EVENT_UNSPECIFIED |
No endpointer event specified. Generated from protobuf enum |
START_OF_SPEECH |
Speech has been detected in the audio stream, and the service is beginning to process it. Generated from protobuf enum |
END_OF_SPEECH |
Speech has ceased to be detected in the audio stream. (For example, the
user may have paused after speaking.) If Generated from protobuf enum |
END_OF_AUDIO |
This event is sent after the client has half-closed the input stream gRPC connection and the server has received all of the audio. (The server may still be processing the audio and may subsequently return additional results.) Generated from protobuf enum |
END_OF_UTTERANCE |
This event is only sent when Generated from protobuf enum |