Uses of Class
com.google.cloud.speech.v2.SpeechClient.ListCustomClassesPagedResponse
-
Packages that use SpeechClient.ListCustomClassesPagedResponse Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of SpeechClient.ListCustomClassesPagedResponse in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return SpeechClient.ListCustomClassesPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechClient.ListCustomClassesPagedResponse Modifier and Type Method 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.Builder<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse>
SpeechSettings.Builder. listCustomClassesSettings()
Returns the builder for the settings used for calls to listCustomClasses.com.google.api.gax.rpc.PagedCallSettings<ListCustomClassesRequest,ListCustomClassesResponse,SpeechClient.ListCustomClassesPagedResponse>
SpeechSettings. listCustomClassesSettings()
Returns the object with the settings used for calls to listCustomClasses. -
Uses of SpeechClient.ListCustomClassesPagedResponse in com.google.cloud.speech.v2.stub
-