| 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.ListCustomClassesPagedResponse |
SpeechClient.listCustomClasses(ListCustomClassesRequest request)
Lists CustomClasses.
|
SpeechClient.ListCustomClassesPagedResponse |
SpeechClient.listCustomClasses(LocationName parent)
Lists CustomClasses.
|
SpeechClient.ListCustomClassesPagedResponse |
SpeechClient.listCustomClasses(String parent)
Lists CustomClasses.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<SpeechClient.ListCustomClassesPagedResponse> |
SpeechClient.ListCustomClassesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListCustomClassesRequest,ListCustomClassesResponse,CustomClass> context,
com.google.api.core.ApiFuture<ListCustomClassesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListCustomClassesRequest,SpeechClient.ListCustomClassesPagedResponse> |
SpeechClient.listCustomClassesPagedCallable()
Lists CustomClasses.
|
com.google.api.gax.rpc.PagedCallSettings<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse> |
SpeechSettings.listCustomClassesSettings()
Returns the object with the settings used for calls to listCustomClasses.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse> |
SpeechSettings.Builder.listCustomClassesSettings()
Returns the builder for the settings used for calls to listCustomClasses.
|
Copyright © 2024 Google LLC. All rights reserved.