| Package | Description |
|---|---|
| com.google.cloud.speech.v2 |
A client to Cloud Speech-to-Text API
|
| com.google.cloud.speech.v2.stub |
| Modifier and Type | Method and Description |
|---|---|
SpeechClient.ListRecognizersPagedResponse |
SpeechClient.listRecognizers(ListRecognizersRequest request)
Lists Recognizers.
|
SpeechClient.ListRecognizersPagedResponse |
SpeechClient.listRecognizers(LocationName parent)
Lists Recognizers.
|
SpeechClient.ListRecognizersPagedResponse |
SpeechClient.listRecognizers(String parent)
Lists Recognizers.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<SpeechClient.ListRecognizersPagedResponse> |
SpeechClient.ListRecognizersPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer> context,
com.google.api.core.ApiFuture<ListRecognizersResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListRecognizersRequest,SpeechClient.ListRecognizersPagedResponse> |
SpeechClient.listRecognizersPagedCallable()
Lists Recognizers.
|
com.google.api.gax.rpc.PagedCallSettings<ListRecognizersRequest,ListRecognizersResponse,SpeechClient.ListRecognizersPagedResponse> |
SpeechSettings.listRecognizersSettings()
Returns the object with the settings used for calls to listRecognizers.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRecognizersRequest,ListRecognizersResponse,SpeechClient.ListRecognizersPagedResponse> |
SpeechSettings.Builder.listRecognizersSettings()
Returns the builder for the settings used for calls to listRecognizers.
|
Copyright © 2024 Google LLC. All rights reserved.