com.google.api.gax.longrunning.OperationFuture<BatchRecognizeResponse,OperationMetadata> |
SpeechClient.batchRecognizeAsync(BatchRecognizeRequest request) |
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(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.
|
com.google.api.gax.rpc.OperationCallable<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata> |
SpeechClient.batchRecognizeOperationCallable() |
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.rpc.OperationCallSettings<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata> |
SpeechSettings.batchRecognizeOperationSettings() |
Returns the object with the settings used for calls to batchRecognize.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<BatchRecognizeRequest,BatchRecognizeResponse,OperationMetadata> |
SpeechSettings.Builder.batchRecognizeOperationSettings() |
Returns the builder for the settings used for calls to batchRecognize.
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.createCustomClassAsync(CreateCustomClassRequest request) |
Creates a [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.createCustomClassAsync(LocationName parent,
CustomClass customClass,
String customClassId) |
Creates a [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.createCustomClassAsync(String parent,
CustomClass customClass,
String customClassId) |
Creates a [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallable<CreateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechClient.createCustomClassOperationCallable() |
Creates a [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.Builder.createCustomClassOperationSettings() |
Returns the builder for the settings used for calls to createCustomClass.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.createCustomClassOperationSettings() |
Returns the object with the settings used for calls to createCustomClass.
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.createPhraseSetAsync(CreatePhraseSetRequest request) |
Creates a [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.createPhraseSetAsync(LocationName parent,
PhraseSet phraseSet,
String phraseSetId) |
Creates a [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.createPhraseSetAsync(String parent,
PhraseSet phraseSet,
String phraseSetId) |
Creates a [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallable<CreatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechClient.createPhraseSetOperationCallable() |
Creates a [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.Builder.createPhraseSetOperationSettings() |
Returns the builder for the settings used for calls to createPhraseSet.
|
com.google.api.gax.rpc.OperationCallSettings<CreatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.createPhraseSetOperationSettings() |
Returns the object with the settings used for calls to createPhraseSet.
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.createRecognizerAsync(CreateRecognizerRequest request) |
Creates a [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.createRecognizerAsync(LocationName parent,
Recognizer recognizer,
String recognizerId) |
Creates a [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.createRecognizerAsync(String parent,
Recognizer recognizer,
String recognizerId) |
Creates a [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallable<CreateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechClient.createRecognizerOperationCallable() |
Creates a [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.Builder.createRecognizerOperationSettings() |
Returns the builder for the settings used for calls to createRecognizer.
|
com.google.api.gax.rpc.OperationCallSettings<CreateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.createRecognizerOperationSettings() |
Returns the object with the settings used for calls to createRecognizer.
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.deleteCustomClassAsync(CustomClassName name) |
Deletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.deleteCustomClassAsync(DeleteCustomClassRequest request) |
Deletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.deleteCustomClassAsync(String name) |
Deletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallable<DeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechClient.deleteCustomClassOperationCallable() |
Deletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.Builder.deleteCustomClassOperationSettings() |
Returns the builder for the settings used for calls to deleteCustomClass.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.deleteCustomClassOperationSettings() |
Returns the object with the settings used for calls to deleteCustomClass.
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.deletePhraseSetAsync(DeletePhraseSetRequest request) |
Deletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.deletePhraseSetAsync(PhraseSetName name) |
Deletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.deletePhraseSetAsync(String name) |
Deletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallable<DeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechClient.deletePhraseSetOperationCallable() |
Deletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.Builder.deletePhraseSetOperationSettings() |
Returns the builder for the settings used for calls to deletePhraseSet.
|
com.google.api.gax.rpc.OperationCallSettings<DeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.deletePhraseSetOperationSettings() |
Returns the object with the settings used for calls to deletePhraseSet.
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.deleteRecognizerAsync(DeleteRecognizerRequest request) |
Deletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.deleteRecognizerAsync(RecognizerName name) |
Deletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.deleteRecognizerAsync(String name) |
Deletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallable<DeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechClient.deleteRecognizerOperationCallable() |
Deletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.Builder.deleteRecognizerOperationSettings() |
Returns the builder for the settings used for calls to deleteRecognizer.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.deleteRecognizerOperationSettings() |
Returns the object with the settings used for calls to deleteRecognizer.
|
com.google.protobuf.Parser<OperationMetadata> |
OperationMetadata.getParserForType() |
|
static com.google.protobuf.Parser<OperationMetadata> |
OperationMetadata.parser() |
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.undeleteCustomClassAsync(CustomClassName name) |
Undeletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.undeleteCustomClassAsync(UndeleteCustomClassRequest request) |
Undeletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.undeleteCustomClassAsync(String name) |
Undeletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallable<UndeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechClient.undeleteCustomClassOperationCallable() |
Undeletes the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.Builder.undeleteCustomClassOperationSettings() |
Returns the builder for the settings used for calls to undeleteCustomClass.
|
com.google.api.gax.rpc.OperationCallSettings<UndeleteCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.undeleteCustomClassOperationSettings() |
Returns the object with the settings used for calls to undeleteCustomClass.
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.undeletePhraseSetAsync(PhraseSetName name) |
Undeletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.undeletePhraseSetAsync(UndeletePhraseSetRequest request) |
Undeletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.undeletePhraseSetAsync(String name) |
Undeletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallable<UndeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechClient.undeletePhraseSetOperationCallable() |
Undeletes the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.Builder.undeletePhraseSetOperationSettings() |
Returns the builder for the settings used for calls to undeletePhraseSet.
|
com.google.api.gax.rpc.OperationCallSettings<UndeletePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.undeletePhraseSetOperationSettings() |
Returns the object with the settings used for calls to undeletePhraseSet.
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.undeleteRecognizerAsync(RecognizerName name) |
Undeletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.undeleteRecognizerAsync(UndeleteRecognizerRequest request) |
Undeletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.undeleteRecognizerAsync(String name) |
Undeletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallable<UndeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechClient.undeleteRecognizerOperationCallable() |
Undeletes the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.Builder.undeleteRecognizerOperationSettings() |
Returns the builder for the settings used for calls to undeleteRecognizer.
|
com.google.api.gax.rpc.OperationCallSettings<UndeleteRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.undeleteRecognizerOperationSettings() |
Returns the object with the settings used for calls to undeleteRecognizer.
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.updateCustomClassAsync(CustomClass customClass,
com.google.protobuf.FieldMask updateMask) |
Updates the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.longrunning.OperationFuture<CustomClass,OperationMetadata> |
SpeechClient.updateCustomClassAsync(UpdateCustomClassRequest request) |
Updates the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallable<UpdateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechClient.updateCustomClassOperationCallable() |
Updates the [CustomClass][google.cloud.speech.v2.CustomClass].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.Builder.updateCustomClassOperationSettings() |
Returns the builder for the settings used for calls to updateCustomClass.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateCustomClassRequest,CustomClass,OperationMetadata> |
SpeechSettings.updateCustomClassOperationSettings() |
Returns the object with the settings used for calls to updateCustomClass.
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.updatePhraseSetAsync(PhraseSet phraseSet,
com.google.protobuf.FieldMask updateMask) |
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.longrunning.OperationFuture<PhraseSet,OperationMetadata> |
SpeechClient.updatePhraseSetAsync(UpdatePhraseSetRequest request) |
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallable<UpdatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechClient.updatePhraseSetOperationCallable() |
Updates the [PhraseSet][google.cloud.speech.v2.PhraseSet].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.Builder.updatePhraseSetOperationSettings() |
Returns the builder for the settings used for calls to updatePhraseSet.
|
com.google.api.gax.rpc.OperationCallSettings<UpdatePhraseSetRequest,PhraseSet,OperationMetadata> |
SpeechSettings.updatePhraseSetOperationSettings() |
Returns the object with the settings used for calls to updatePhraseSet.
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.updateRecognizerAsync(Recognizer recognizer,
com.google.protobuf.FieldMask updateMask) |
Updates the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.longrunning.OperationFuture<Recognizer,OperationMetadata> |
SpeechClient.updateRecognizerAsync(UpdateRecognizerRequest request) |
Updates the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallable<UpdateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechClient.updateRecognizerOperationCallable() |
Updates the [Recognizer][google.cloud.speech.v2.Recognizer].
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.Builder.updateRecognizerOperationSettings() |
Returns the builder for the settings used for calls to updateRecognizer.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateRecognizerRequest,Recognizer,OperationMetadata> |
SpeechSettings.updateRecognizerOperationSettings() |
Returns the object with the settings used for calls to updateRecognizer.
|