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