Uses of Interface
com.google.cloud.dialogflow.v2beta1.StreamingRecognitionResultOrBuilder
-
Packages that use StreamingRecognitionResultOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of StreamingRecognitionResultOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 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.v2beta1 that return StreamingRecognitionResultOrBuilder Modifier and Type Method Description StreamingRecognitionResultOrBuilder
StreamingAnalyzeContentResponse.Builder. getRecognitionResultOrBuilder()
The result of speech recognition.StreamingRecognitionResultOrBuilder
StreamingAnalyzeContentResponse. getRecognitionResultOrBuilder()
The result of speech recognition.StreamingRecognitionResultOrBuilder
StreamingAnalyzeContentResponseOrBuilder. getRecognitionResultOrBuilder()
The result of speech recognition.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.
-