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