Uses of Interface
com.google.cloud.speech.v1p1beta1.StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder
-
Packages that use StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder in com.google.cloud.speech.v1p1beta1
Classes in com.google.cloud.speech.v1p1beta1 that implement StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Modifier and Type Class Description static classStreamingRecognitionConfig.VoiceActivityTimeoutEvents that a timeout can be set on for voice activity.static classStreamingRecognitionConfig.VoiceActivityTimeout.BuilderEvents that a timeout can be set on for voice activity.Methods in com.google.cloud.speech.v1p1beta1 that return StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilder Modifier and Type Method Description StreamingRecognitionConfig.VoiceActivityTimeoutOrBuilderStreamingRecognitionConfig.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.VoiceActivityTimeoutOrBuilderStreamingRecognitionConfig. 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.VoiceActivityTimeoutOrBuilderStreamingRecognitionConfigOrBuilder. 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.
-