Uses of Class
com.google.cloud.speech.v1p1beta1.stub.SpeechStubSettings
-
Packages that use SpeechStubSettings Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of SpeechStubSettings in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 with parameters of type SpeechStubSettings Modifier and Type Method Description static SpeechSettings
SpeechSettings. create(SpeechStubSettings stub)
-
Uses of SpeechStubSettings in com.google.cloud.speech.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.stub that return SpeechStubSettings Modifier and Type Method Description SpeechStubSettings
SpeechStubSettings.Builder. build()
Methods in com.google.cloud.speech.v1p1beta1.stub with parameters of type SpeechStubSettings Modifier and Type Method Description static GrpcSpeechStub
GrpcSpeechStub. create(SpeechStubSettings settings)
static HttpJsonSpeechStub
HttpJsonSpeechStub. create(SpeechStubSettings settings)
Constructors in com.google.cloud.speech.v1p1beta1.stub with parameters of type SpeechStubSettings Constructor Description Builder(SpeechStubSettings settings)
GrpcSpeechStub(SpeechStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSpeechStub, using the given settings.GrpcSpeechStub(SpeechStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSpeechStub, using the given settings.HttpJsonSpeechStub(SpeechStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSpeechStub, using the given settings.HttpJsonSpeechStub(SpeechStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSpeechStub, using the given settings.
-