Uses of Class
com.google.cloud.speech.v2.RecognitionConfig
-
Packages that use RecognitionConfig Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of RecognitionConfig in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return RecognitionConfig Modifier and Type Method Description RecognitionConfig
RecognitionConfig.Builder. build()
RecognitionConfig
RecognitionConfig.Builder. buildPartial()
RecognitionConfig
BatchRecognizeFileMetadata.Builder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
BatchRecognizeFileMetadata. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
BatchRecognizeFileMetadataOrBuilder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
BatchRecognizeRequest.Builder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
BatchRecognizeRequest. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
BatchRecognizeRequestOrBuilder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
RecognizeRequest.Builder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
RecognizeRequest. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
RecognizeRequestOrBuilder. getConfig()
Features and audio metadata to use for the Automatic Speech Recognition.RecognitionConfig
StreamingRecognitionConfig.Builder. getConfig()
Required.RecognitionConfig
StreamingRecognitionConfig. getConfig()
Required.RecognitionConfig
StreamingRecognitionConfigOrBuilder. getConfig()
Required.static RecognitionConfig
RecognitionConfig. getDefaultInstance()
RecognitionConfig
RecognitionConfig.Builder. getDefaultInstanceForType()
RecognitionConfig
RecognitionConfig. getDefaultInstanceForType()
RecognitionConfig
Recognizer.Builder. getDefaultRecognitionConfig()
Default configuration to use for requests with this Recognizer.RecognitionConfig
Recognizer. getDefaultRecognitionConfig()
Default configuration to use for requests with this Recognizer.RecognitionConfig
RecognizerOrBuilder. getDefaultRecognitionConfig()
Default configuration to use for requests with this Recognizer.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.v2 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.v2 with parameters of type RecognitionConfig Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchRecognizeResponse,OperationMetadata>
SpeechClient. batchRecognizeAsync(RecognizerName recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, List<BatchRecognizeFileMetadata> files)
Performs batch asynchronous speech recognition: send a request with N audio files and receive a long running operation that can be polled to see when the transcriptions are finished.com.google.api.gax.longrunning.OperationFuture<BatchRecognizeResponse,OperationMetadata>
SpeechClient. batchRecognizeAsync(String recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, List<BatchRecognizeFileMetadata> files)
Performs batch asynchronous speech recognition: send a request with N audio files and receive a long running operation that can be polled to see when the transcriptions are finished.BatchRecognizeFileMetadata.Builder
BatchRecognizeFileMetadata.Builder. mergeConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.BatchRecognizeRequest.Builder
BatchRecognizeRequest.Builder. mergeConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.RecognizeRequest.Builder
RecognizeRequest.Builder. mergeConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.StreamingRecognitionConfig.Builder
StreamingRecognitionConfig.Builder. mergeConfig(RecognitionConfig value)
Required.Recognizer.Builder
Recognizer.Builder. mergeDefaultRecognitionConfig(RecognitionConfig value)
Default configuration to use for requests with this Recognizer.RecognitionConfig.Builder
RecognitionConfig.Builder. mergeFrom(RecognitionConfig other)
static RecognitionConfig.Builder
RecognitionConfig. newBuilder(RecognitionConfig prototype)
RecognizeResponse
SpeechClient. recognize(RecognizerName recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, com.google.protobuf.ByteString content)
Performs synchronous Speech recognition: receive results after all audio has been sent and processed.RecognizeResponse
SpeechClient. recognize(RecognizerName recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, String uri)
Performs synchronous Speech recognition: receive results after all audio has been sent and processed.RecognizeResponse
SpeechClient. recognize(String recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, com.google.protobuf.ByteString content)
Performs synchronous Speech recognition: receive results after all audio has been sent and processed.RecognizeResponse
SpeechClient. recognize(String recognizer, RecognitionConfig config, com.google.protobuf.FieldMask configMask, String uri)
Performs synchronous Speech recognition: receive results after all audio has been sent and processed.BatchRecognizeFileMetadata.Builder
BatchRecognizeFileMetadata.Builder. setConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.BatchRecognizeRequest.Builder
BatchRecognizeRequest.Builder. setConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.RecognizeRequest.Builder
RecognizeRequest.Builder. setConfig(RecognitionConfig value)
Features and audio metadata to use for the Automatic Speech Recognition.StreamingRecognitionConfig.Builder
StreamingRecognitionConfig.Builder. setConfig(RecognitionConfig value)
Required.Recognizer.Builder
Recognizer.Builder. setDefaultRecognitionConfig(RecognitionConfig value)
Default configuration to use for requests with this Recognizer.
-