Uses of Interface
com.google.cloud.dialogflow.cx.v3.StreamingRecognitionResultOrBuilder
-
Packages that use StreamingRecognitionResultOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of StreamingRecognitionResultOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement StreamingRecognitionResultOrBuilder Modifier and Type Class Description class
StreamingRecognitionResult
Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.static class
StreamingRecognitionResult.Builder
Contains a speech recognition result corresponding to a portion of the audio that is currently being processed or an indication that this is the end of the single requested utterance.Methods in com.google.cloud.dialogflow.cx.v3 that return StreamingRecognitionResultOrBuilder Modifier and Type Method Description StreamingRecognitionResultOrBuilder
StreamingDetectIntentResponse.Builder. getRecognitionResultOrBuilder()
The result of speech recognition.StreamingRecognitionResultOrBuilder
StreamingDetectIntentResponse. getRecognitionResultOrBuilder()
The result of speech recognition.StreamingRecognitionResultOrBuilder
StreamingDetectIntentResponseOrBuilder. getRecognitionResultOrBuilder()
The result of speech recognition.
-