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 AnnotateTextRequest
AnnotateTextRequest.Builder. build()
AnnotateTextRequest
AnnotateTextRequest.Builder. buildPartial()
static AnnotateTextRequest
AnnotateTextRequest. getDefaultInstance()
AnnotateTextRequest
AnnotateTextRequest.Builder. getDefaultInstanceForType()
AnnotateTextRequest
AnnotateTextRequest. getDefaultInstanceForType()
static AnnotateTextRequest
AnnotateTextRequest. parseDelimitedFrom(InputStream input)
static AnnotateTextRequest
AnnotateTextRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(byte[] data)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(com.google.protobuf.ByteString data)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(InputStream input)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextRequest
AnnotateTextRequest. parseFrom(ByteBuffer data)
static AnnotateTextRequest
AnnotateTextRequest. 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 AnnotateTextResponse
LanguageServiceClient. annotateText(AnnotateTextRequest request)
A convenience method that provides all syntax, sentiment, entity, and classification features in one call.default void
LanguageServiceGrpc.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.AnnotateTextResponse
LanguageServiceGrpc.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.void
LanguageServiceGrpc.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.Builder
AnnotateTextRequest.Builder. mergeFrom(AnnotateTextRequest other)
static AnnotateTextRequest.Builder
AnnotateTextRequest. 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.
-