Uses of Class
com.google.cloud.speech.v1.CreatePhraseSetRequest
-
Packages that use CreatePhraseSetRequest Package Description com.google.cloud.speech.v1 A client to Cloud Speech-to-Text APIcom.google.cloud.speech.v1.stub -
-
Uses of CreatePhraseSetRequest in com.google.cloud.speech.v1
Methods in com.google.cloud.speech.v1 that return CreatePhraseSetRequest Modifier and Type Method Description CreatePhraseSetRequestCreatePhraseSetRequest.Builder. build()CreatePhraseSetRequestCreatePhraseSetRequest.Builder. buildPartial()static CreatePhraseSetRequestCreatePhraseSetRequest. getDefaultInstance()CreatePhraseSetRequestCreatePhraseSetRequest.Builder. getDefaultInstanceForType()CreatePhraseSetRequestCreatePhraseSetRequest. getDefaultInstanceForType()static CreatePhraseSetRequestCreatePhraseSetRequest. parseDelimitedFrom(InputStream input)static CreatePhraseSetRequestCreatePhraseSetRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(byte[] data)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(InputStream input)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(ByteBuffer data)static CreatePhraseSetRequestCreatePhraseSetRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1 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.v1 with parameters of type CreatePhraseSetRequest Modifier and Type Method Description PhraseSetAdaptationClient. createPhraseSet(CreatePhraseSetRequest request)Create a set of phrase hints.PhraseSetAdaptationGrpc.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.voidAdaptationGrpc.AdaptationStub. createPhraseSet(CreatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)Create a set of phrase hints.default voidAdaptationGrpc.AsyncService. createPhraseSet(CreatePhraseSetRequest request, io.grpc.stub.StreamObserver<PhraseSet> responseObserver)Create a set of phrase hints.CreatePhraseSetRequest.BuilderCreatePhraseSetRequest.Builder. mergeFrom(CreatePhraseSetRequest other)static CreatePhraseSetRequest.BuilderCreatePhraseSetRequest. newBuilder(CreatePhraseSetRequest prototype) -
Uses of CreatePhraseSetRequest in com.google.cloud.speech.v1.stub
Methods in com.google.cloud.speech.v1.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.
-