Uses of Class
com.google.cloud.speech.v2.SpeechClient.ListPhraseSetsPagedResponse
-
Packages that use SpeechClient.ListPhraseSetsPagedResponse Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v2.stub -
-
Uses of SpeechClient.ListPhraseSetsPagedResponse in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return SpeechClient.ListPhraseSetsPagedResponse Modifier and Type Method Description SpeechClient.ListPhraseSetsPagedResponse
SpeechClient. listPhraseSets(ListPhraseSetsRequest request)
Lists PhraseSets.SpeechClient.ListPhraseSetsPagedResponse
SpeechClient. listPhraseSets(LocationName parent)
Lists PhraseSets.SpeechClient.ListPhraseSetsPagedResponse
SpeechClient. listPhraseSets(String parent)
Lists PhraseSets.Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechClient.ListPhraseSetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SpeechClient.ListPhraseSetsPagedResponse>
SpeechClient.ListPhraseSetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPhraseSetsRequest,SpeechClient.ListPhraseSetsPagedResponse>
SpeechClient. listPhraseSetsPagedCallable()
Lists PhraseSets.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse>
SpeechSettings.Builder. listPhraseSetsSettings()
Returns the builder for the settings used for calls to listPhraseSets.com.google.api.gax.rpc.PagedCallSettings<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse>
SpeechSettings. listPhraseSetsSettings()
Returns the object with the settings used for calls to listPhraseSets. -
Uses of SpeechClient.ListPhraseSetsPagedResponse in com.google.cloud.speech.v2.stub
Methods in com.google.cloud.speech.v2.stub that return types with arguments of type SpeechClient.ListPhraseSetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPhraseSetsRequest,SpeechClient.ListPhraseSetsPagedResponse>
GrpcSpeechStub. listPhraseSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPhraseSetsRequest,SpeechClient.ListPhraseSetsPagedResponse>
HttpJsonSpeechStub. listPhraseSetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPhraseSetsRequest,SpeechClient.ListPhraseSetsPagedResponse>
SpeechStub. listPhraseSetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse>
SpeechStubSettings.Builder. listPhraseSetsSettings()
Returns the builder for the settings used for calls to listPhraseSets.com.google.api.gax.rpc.PagedCallSettings<ListPhraseSetsRequest,ListPhraseSetsResponse,SpeechClient.ListPhraseSetsPagedResponse>
SpeechStubSettings. listPhraseSetsSettings()
Returns the object with the settings used for calls to listPhraseSets.
-