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