Uses of Interface
com.google.cloud.speech.v2.StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder
-
Packages that use StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder in com.google.cloud.speech.v2
Classes in com.google.cloud.speech.v2 that implement StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder Modifier and Type Class Description static class
StreamingRecognitionFeatures.VoiceActivityTimeout
Events that a timeout can be set on for voice activity.static class
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Events that a timeout can be set on for voice activity.Methods in com.google.cloud.speech.v2 that return StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder Modifier and Type Method Description StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder
StreamingRecognitionFeatures.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.StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder
StreamingRecognitionFeatures. 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.StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder
StreamingRecognitionFeaturesOrBuilder. 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.
-