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 RecognitionConfigRecognitionConfig.Builder. build()RecognitionConfigRecognitionConfig.Builder. buildPartial()RecognitionConfigAsyncRecognizeRequest.Builder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigAsyncRecognizeRequest. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigAsyncRecognizeRequestOrBuilder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigStreamingRecognitionConfig.Builder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigStreamingRecognitionConfig. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigStreamingRecognitionConfigOrBuilder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigSyncRecognizeRequest.Builder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigSyncRecognizeRequest. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfigSyncRecognizeRequestOrBuilder. getConfig()*Required* Provides information to the recognizer that specifies how to process the request.static RecognitionConfigRecognitionConfig. getDefaultInstance()RecognitionConfigRecognitionConfig.Builder. getDefaultInstanceForType()RecognitionConfigRecognitionConfig. getDefaultInstanceForType()static RecognitionConfigRecognitionConfig. parseDelimitedFrom(InputStream input)static RecognitionConfigRecognitionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognitionConfigRecognitionConfig. parseFrom(byte[] data)static RecognitionConfigRecognitionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognitionConfigRecognitionConfig. parseFrom(com.google.protobuf.ByteString data)static RecognitionConfigRecognitionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognitionConfigRecognitionConfig. parseFrom(com.google.protobuf.CodedInputStream input)static RecognitionConfigRecognitionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognitionConfigRecognitionConfig. parseFrom(InputStream input)static RecognitionConfigRecognitionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecognitionConfigRecognitionConfig. parseFrom(ByteBuffer data)static RecognitionConfigRecognitionConfig. 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.BuilderAsyncRecognizeRequest.Builder. mergeConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.StreamingRecognitionConfig.BuilderStreamingRecognitionConfig.Builder. mergeConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.SyncRecognizeRequest.BuilderSyncRecognizeRequest.Builder. mergeConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.RecognitionConfig.BuilderRecognitionConfig.Builder. mergeFrom(RecognitionConfig other)static RecognitionConfig.BuilderRecognitionConfig. newBuilder(RecognitionConfig prototype)AsyncRecognizeRequest.BuilderAsyncRecognizeRequest.Builder. setConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.StreamingRecognitionConfig.BuilderStreamingRecognitionConfig.Builder. setConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.SyncRecognizeRequest.BuilderSyncRecognizeRequest.Builder. setConfig(RecognitionConfig value)*Required* Provides information to the recognizer that specifies how to process the request.
-