public interface SyncRecognizeRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RecognitionAudio |
getAudio()
*Required* The audio data to be recognized.
|
RecognitionAudioOrBuilder |
getAudioOrBuilder()
*Required* The audio data to be recognized.
|
RecognitionConfig |
getConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
RecognitionConfigOrBuilder |
getConfigOrBuilder()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
boolean |
hasAudio()
*Required* The audio data to be recognized.
|
boolean |
hasConfig()
*Required* Provides information to the recognizer that specifies how to
process the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasConfig()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1beta1.RecognitionConfig config = 1;
RecognitionConfig getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1beta1.RecognitionConfig config = 1;
RecognitionConfigOrBuilder getConfigOrBuilder()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1beta1.RecognitionConfig config = 1;
boolean hasAudio()
*Required* The audio data to be recognized.
.google.cloud.speech.v1beta1.RecognitionAudio audio = 2;
RecognitionAudio getAudio()
*Required* The audio data to be recognized.
.google.cloud.speech.v1beta1.RecognitionAudio audio = 2;
RecognitionAudioOrBuilder getAudioOrBuilder()
*Required* The audio data to be recognized.
.google.cloud.speech.v1beta1.RecognitionAudio audio = 2;