public interface LongRunningRecognizeRequestOrBuilder 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, hasOneofisInitializedboolean hasConfig()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1.RecognitionConfig config = 1;RecognitionConfig getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1.RecognitionConfig config = 1;RecognitionConfigOrBuilder getConfigOrBuilder()
*Required* Provides information to the recognizer that specifies how to process the request.
.google.cloud.speech.v1.RecognitionConfig config = 1;boolean hasAudio()
*Required* The audio data to be recognized.
.google.cloud.speech.v1.RecognitionAudio audio = 2;RecognitionAudio getAudio()
*Required* The audio data to be recognized.
.google.cloud.speech.v1.RecognitionAudio audio = 2;RecognitionAudioOrBuilder getAudioOrBuilder()
*Required* The audio data to be recognized.
.google.cloud.speech.v1.RecognitionAudio audio = 2;