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