Uses of Class
com.google.cloud.speech.v2.SpeechClient.ListCustomClassesPage
-
Packages that use SpeechClient.ListCustomClassesPage Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of SpeechClient.ListCustomClassesPage in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return SpeechClient.ListCustomClassesPage Modifier and Type Method Description protected SpeechClient.ListCustomClassesPage
SpeechClient.ListCustomClassesPage. createPage(com.google.api.gax.rpc.PageContext<ListCustomClassesRequest,ListCustomClassesResponse,CustomClass> context, ListCustomClassesResponse response)
Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechClient.ListCustomClassesPage Modifier and Type Method Description com.google.api.core.ApiFuture<SpeechClient.ListCustomClassesPage>
SpeechClient.ListCustomClassesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomClassesRequest,ListCustomClassesResponse,CustomClass> context, com.google.api.core.ApiFuture<ListCustomClassesResponse> futureResponse)
Method parameters in com.google.cloud.speech.v2 with type arguments of type SpeechClient.ListCustomClassesPage Modifier and Type Method Description protected SpeechClient.ListCustomClassesFixedSizeCollection
SpeechClient.ListCustomClassesFixedSizeCollection. createCollection(List<SpeechClient.ListCustomClassesPage> pages, int collectionSize)
-