Uses of Class
com.google.cloud.speech.v1.stub.SpeechStub
-
Packages that use SpeechStub Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1.stub -
-
Uses of SpeechStub in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return SpeechStub Modifier and Type Method Description SpeechStub
SpeechClient. getStub()
Methods in com.google.cloud.speech.v1 with parameters of type SpeechStub Modifier and Type Method Description static SpeechClient
SpeechClient. create(SpeechStub stub)
Constructs an instance of SpeechClient, using the given stub for making calls.Constructors in com.google.cloud.speech.v1 with parameters of type SpeechStub Constructor Description SpeechClient(SpeechStub stub)
-
Uses of SpeechStub in com.google.cloud.speech.v1.stub
Subclasses of SpeechStub in com.google.cloud.speech.v1.stub Modifier and Type Class Description class
GrpcSpeechStub
gRPC stub implementation for the Speech service API.class
HttpJsonSpeechStub
REST stub implementation for the Speech service API.Methods in com.google.cloud.speech.v1.stub that return SpeechStub Modifier and Type Method Description SpeechStub
SpeechStubSettings. createStub()
-