Uses of Class
com.google.cloud.speech.v1beta1.RecognitionConfig
-
Packages that use RecognitionConfig Package Description com.google.cloud.speech.v1beta1 -
-
Uses of RecognitionConfig in com.google.cloud.speech.v1beta1
Methods in com.google.cloud.speech.v1beta1 that return RecognitionConfig Modifier and Type Method Description RecognitionConfig
RecognitionConfig.Builder. build()
RecognitionConfig
RecognitionConfig.Builder. buildPartial()
RecognitionConfig
AsyncRecognizeRequest.Builder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
AsyncRecognizeRequest. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
AsyncRecognizeRequestOrBuilder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
StreamingRecognitionConfig.Builder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
StreamingRecognitionConfig. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
StreamingRecognitionConfigOrBuilder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
SyncRecognizeRequest.Builder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
SyncRecognizeRequest. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig
SyncRecognizeRequestOrBuilder. getConfig()
*Required* Provides information to the recognizer that specifies how to process the request.static RecognitionConfig
RecognitionConfig. getDefaultInstance()
RecognitionConfig
RecognitionConfig.Builder. getDefaultInstanceForType()
RecognitionConfig
RecognitionConfig. getDefaultInstanceForType()
static RecognitionConfig
RecognitionConfig. parseDelimitedFrom(InputStream input)
static RecognitionConfig
RecognitionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecognitionConfig
RecognitionConfig. parseFrom(byte[] data)
static RecognitionConfig
RecognitionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecognitionConfig
RecognitionConfig. parseFrom(com.google.protobuf.ByteString data)
static RecognitionConfig
RecognitionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecognitionConfig
RecognitionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static RecognitionConfig
RecognitionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecognitionConfig
RecognitionConfig. parseFrom(InputStream input)
static RecognitionConfig
RecognitionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RecognitionConfig
RecognitionConfig. parseFrom(ByteBuffer data)
static RecognitionConfig
RecognitionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type RecognitionConfig Modifier and Type Method Description com.google.protobuf.Parser<RecognitionConfig>
RecognitionConfig. getParserForType()
static com.google.protobuf.Parser<RecognitionConfig>
RecognitionConfig. parser()
Methods in com.google.cloud.speech.v1beta1 with parameters of type RecognitionConfig Modifier and Type Method Description AsyncRecognizeRequest.Builder
AsyncRecognizeRequest.Builder. mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.StreamingRecognitionConfig.Builder
StreamingRecognitionConfig.Builder. mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.SyncRecognizeRequest.Builder
SyncRecognizeRequest.Builder. mergeConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig.Builder
RecognitionConfig.Builder. mergeFrom(RecognitionConfig other)
static RecognitionConfig.Builder
RecognitionConfig. newBuilder(RecognitionConfig prototype)
AsyncRecognizeRequest.Builder
AsyncRecognizeRequest.Builder. setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.StreamingRecognitionConfig.Builder
StreamingRecognitionConfig.Builder. setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.SyncRecognizeRequest.Builder
SyncRecognizeRequest.Builder. setConfig(RecognitionConfig value)
*Required* Provides information to the recognizer that specifies how to process the request.
-