Uses of Class
com.google.cloud.language.v1beta2.AnnotateTextRequest
-
Packages that use AnnotateTextRequest Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language APIcom.google.cloud.language.v1beta2.stub -
-
Uses of AnnotateTextRequest in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return AnnotateTextRequest Modifier and Type Method Description AnnotateTextRequestAnnotateTextRequest.Builder. build()AnnotateTextRequestAnnotateTextRequest.Builder. buildPartial()static AnnotateTextRequestAnnotateTextRequest. getDefaultInstance()AnnotateTextRequestAnnotateTextRequest.Builder. getDefaultInstanceForType()AnnotateTextRequestAnnotateTextRequest. getDefaultInstanceForType()static AnnotateTextRequestAnnotateTextRequest. parseDelimitedFrom(InputStream input)static AnnotateTextRequestAnnotateTextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequestAnnotateTextRequest. parseFrom(byte[] data)static AnnotateTextRequestAnnotateTextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequestAnnotateTextRequest. parseFrom(com.google.protobuf.ByteString data)static AnnotateTextRequestAnnotateTextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequestAnnotateTextRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotateTextRequestAnnotateTextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequestAnnotateTextRequest. parseFrom(InputStream input)static AnnotateTextRequestAnnotateTextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextRequestAnnotateTextRequest. parseFrom(ByteBuffer data)static AnnotateTextRequestAnnotateTextRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1beta2 that return types with arguments of type AnnotateTextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceClient. annotateTextCallable()A convenience method that provides all syntax, sentiment, entity, and classification features in one call.com.google.api.gax.rpc.UnaryCallSettings<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceSettings. annotateTextSettings()Returns the object with the settings used for calls to annotateText.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceSettings.Builder. annotateTextSettings()Returns the builder for the settings used for calls to annotateText.static io.grpc.MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceGrpc. getAnnotateTextMethod()com.google.protobuf.Parser<AnnotateTextRequest>AnnotateTextRequest. getParserForType()static com.google.protobuf.Parser<AnnotateTextRequest>AnnotateTextRequest. parser()Methods in com.google.cloud.language.v1beta2 with parameters of type AnnotateTextRequest Modifier and Type Method Description AnnotateTextResponseLanguageServiceClient. annotateText(AnnotateTextRequest request)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.default voidLanguageServiceGrpc.AsyncService. annotateText(AnnotateTextRequest request, io.grpc.stub.StreamObserver<AnnotateTextResponse> responseObserver)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.AnnotateTextResponseLanguageServiceGrpc.LanguageServiceBlockingStub. annotateText(AnnotateTextRequest request)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.com.google.common.util.concurrent.ListenableFuture<AnnotateTextResponse>LanguageServiceGrpc.LanguageServiceFutureStub. annotateText(AnnotateTextRequest request)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.voidLanguageServiceGrpc.LanguageServiceStub. annotateText(AnnotateTextRequest request, io.grpc.stub.StreamObserver<AnnotateTextResponse> responseObserver)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.AnnotateTextRequest.BuilderAnnotateTextRequest.Builder. mergeFrom(AnnotateTextRequest other)static AnnotateTextRequest.BuilderAnnotateTextRequest. newBuilder(AnnotateTextRequest prototype) -
Uses of AnnotateTextRequest in com.google.cloud.language.v1beta2.stub
Methods in com.google.cloud.language.v1beta2.stub that return types with arguments of type AnnotateTextRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>GrpcLanguageServiceStub. annotateTextCallable()com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>HttpJsonLanguageServiceStub. annotateTextCallable()com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceStub. annotateTextCallable()com.google.api.gax.rpc.UnaryCallSettings<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceStubSettings. annotateTextSettings()Returns the object with the settings used for calls to annotateText.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnnotateTextRequest,AnnotateTextResponse>LanguageServiceStubSettings.Builder. annotateTextSettings()Returns the builder for the settings used for calls to annotateText.
-