Uses of Interface
com.google.cloud.speech.v1.StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder
-
Packages that use StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text API -
-
Uses of StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder in com.google.cloud.speech.v1
Classes in com.google.cloud.speech.v1 that implement StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Modifier and Type Class Description static class
StreamingRecognitionConfig.VoiceActivityTimeout
Events that a timeout can be set on for voice activity.static class
StreamingRecognitionConfig.VoiceActivityTimeout.Builder
Events that a timeout can be set on for voice activity.Methods in com.google.cloud.speech.v1 that return StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Modifier and Type Method Description StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder
StreamingRecognitionConfig.Builder. getVoiceActivityTimeoutOrBuilder()
If set, the server will automatically close the stream after the specified duration has elapsed after the last VOICE_ACTIVITY speech event has been sent.StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder
StreamingRecognitionConfig. getVoiceActivityTimeoutOrBuilder()
If set, the server will automatically close the stream after the specified duration has elapsed after the last VOICE_ACTIVITY speech event has been sent.StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder
StreamingRecognitionConfigOrBuilder. getVoiceActivityTimeoutOrBuilder()
If set, the server will automatically close the stream after the specified duration has elapsed after the last VOICE_ACTIVITY speech event has been sent.
-