Uses of Class
com.google.cloud.speech.v1p1beta1.CreatePhraseSetRequest
-
Packages that use CreatePhraseSetRequest Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1p1beta1.stub -
-
Uses of CreatePhraseSetRequest in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return CreatePhraseSetRequest Modifier and Type Method Description CreatePhraseSetRequest
CreatePhraseSetRequest.Builder. build()
CreatePhraseSetRequest
CreatePhraseSetRequest.Builder. buildPartial()
static CreatePhraseSetRequest
CreatePhraseSetRequest. getDefaultInstance()
CreatePhraseSetRequest
CreatePhraseSetRequest.Builder. getDefaultInstanceForType()
CreatePhraseSetRequest
CreatePhraseSetRequest. getDefaultInstanceForType()
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseDelimitedFrom(InputStream input)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(byte[] data)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(InputStream input)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(ByteBuffer data)
static CreatePhraseSetRequest
CreatePhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type CreatePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreatePhraseSetRequest,PhraseSet>
AdaptationClient. createPhraseSetCallable()
Create a set of phrase hints.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePhraseSetRequest,PhraseSet>
AdaptationSettings.Builder. createPhraseSetSettings()
Returns the builder for the settings used for calls to createPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseSetRequest,PhraseSet>
AdaptationSettings. createPhraseSetSettings()
Returns the object with the settings used for calls to createPhraseSet.static io.grpc.MethodDescriptor<CreatePhraseSetRequest,PhraseSet>
AdaptationGrpc. getCreatePhraseSetMethod()
com.google.protobuf.Parser<CreatePhraseSetRequest>
CreatePhraseSetRequest. getParserForType()
static com.google.protobuf.Parser<CreatePhraseSetRequest>
CreatePhraseSetRequest. parser()
Methods in com.google.cloud.speech.v1p1beta1 with parameters of type CreatePhraseSetRequest Modifier and Type Method Description PhraseSet
AdaptationClient. createPhraseSet(CreatePhraseSetRequest request)
Create a set of phrase hints.PhraseSet
AdaptationGrpc.AdaptationBlockingStub. createPhraseSet(CreatePhraseSetRequest request)
Create a set of phrase hints.com.google.common.util.concurrent.ListenableFuture<PhraseSet>
AdaptationGrpc.AdaptationFutureStub. createPhraseSet(CreatePhraseSetRequest request)
Create a set of phrase hints.void
AdaptationGrpc.AdaptationStub. createPhraseSet(CreatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Create a set of phrase hints.default void
AdaptationGrpc.AsyncService. createPhraseSet(CreatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)
Create a set of phrase hints.CreatePhraseSetRequest.Builder
CreatePhraseSetRequest.Builder. mergeFrom(CreatePhraseSetRequest other)
static CreatePhraseSetRequest.Builder
CreatePhraseSetRequest. newBuilder(CreatePhraseSetRequest prototype)
-
Uses of CreatePhraseSetRequest in com.google.cloud.speech.v1p1beta1.stub
Methods in com.google.cloud.speech.v1p1beta1.stub that return types with arguments of type CreatePhraseSetRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreatePhraseSetRequest,PhraseSet>
AdaptationStub. createPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePhraseSetRequest,PhraseSet>
GrpcAdaptationStub. createPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePhraseSetRequest,PhraseSet>
HttpJsonAdaptationStub. createPhraseSetCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePhraseSetRequest,PhraseSet>
AdaptationStubSettings.Builder. createPhraseSetSettings()
Returns the builder for the settings used for calls to createPhraseSet.com.google.api.gax.rpc.UnaryCallSettings<CreatePhraseSetRequest,PhraseSet>
AdaptationStubSettings. createPhraseSetSettings()
Returns the object with the settings used for calls to createPhraseSet.
-