public interface SyncRecognizeRequestOrBuilder
extends com.google.protobuf.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] The `config` message provides information to the recognizer
that specifies how to process the request.
|
RecognitionConfigOrBuilder |
getConfigOrBuilder()
[Required] The `config` message provides information to the recognizer
that specifies how to process the request.
|
boolean |
hasAudio()
[Required] The audio data to be recognized.
|
boolean |
hasConfig()
[Required] The `config` message provides information to the recognizer
that specifies how to process the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfig()
[Required] The `config` message provides information to the recognizer that specifies how to process the request.
optional .google.cloud.speech.v1beta1.RecognitionConfig config = 1;RecognitionConfig getConfig()
[Required] The `config` message provides information to the recognizer that specifies how to process the request.
optional .google.cloud.speech.v1beta1.RecognitionConfig config = 1;RecognitionConfigOrBuilder getConfigOrBuilder()
[Required] The `config` message provides information to the recognizer that specifies how to process the request.
optional .google.cloud.speech.v1beta1.RecognitionConfig config = 1;boolean hasAudio()
[Required] The audio data to be recognized.
optional .google.cloud.speech.v1beta1.RecognitionAudio audio = 2;RecognitionAudio getAudio()
[Required] The audio data to be recognized.
optional .google.cloud.speech.v1beta1.RecognitionAudio audio = 2;RecognitionAudioOrBuilder getAudioOrBuilder()
[Required] The audio data to be recognized.
optional .google.cloud.speech.v1beta1.RecognitionAudio audio = 2;