Uses of Class
com.google.cloud.language.v2.AnnotateTextResponse
-
Packages that use AnnotateTextResponse Package Description com.google.cloud.language.v2 A client to Cloud Natural Language APIcom.google.cloud.language.v2.stub -
-
Uses of AnnotateTextResponse in com.google.cloud.language.v2
Methods in com.google.cloud.language.v2 that return AnnotateTextResponse Modifier and Type Method Description AnnotateTextResponse
LanguageServiceClient. annotateText(AnnotateTextRequest request)
A convenience method that provides all features in one call.AnnotateTextResponse
LanguageServiceClient. annotateText(Document document, AnnotateTextRequest.Features features)
A convenience method that provides all features in one call.AnnotateTextResponse
LanguageServiceClient. annotateText(Document document, AnnotateTextRequest.Features features, EncodingType encodingType)
A convenience method that provides all features in one call.AnnotateTextResponse
LanguageServiceGrpc.LanguageServiceBlockingStub. annotateText(AnnotateTextRequest request)
A convenience method that provides all features in one call.AnnotateTextResponse
AnnotateTextResponse.Builder. build()
AnnotateTextResponse
AnnotateTextResponse.Builder. buildPartial()
static AnnotateTextResponse
AnnotateTextResponse. getDefaultInstance()
AnnotateTextResponse
AnnotateTextResponse.Builder. getDefaultInstanceForType()
AnnotateTextResponse
AnnotateTextResponse. getDefaultInstanceForType()
static AnnotateTextResponse
AnnotateTextResponse. parseDelimitedFrom(InputStream input)
static AnnotateTextResponse
AnnotateTextResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(byte[] data)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(com.google.protobuf.ByteString data)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(InputStream input)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(ByteBuffer data)
static AnnotateTextResponse
AnnotateTextResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v2 that return types with arguments of type AnnotateTextResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnnotateTextResponse>
LanguageServiceGrpc.LanguageServiceFutureStub. annotateText(AnnotateTextRequest request)
A convenience method that provides all features in one call.com.google.api.gax.rpc.UnaryCallable<AnnotateTextRequest,AnnotateTextResponse>
LanguageServiceClient. annotateTextCallable()
A convenience method that provides all 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<AnnotateTextResponse>
AnnotateTextResponse. getParserForType()
static com.google.protobuf.Parser<AnnotateTextResponse>
AnnotateTextResponse. parser()
Methods in com.google.cloud.language.v2 with parameters of type AnnotateTextResponse Modifier and Type Method Description AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. mergeFrom(AnnotateTextResponse other)
static AnnotateTextResponse.Builder
AnnotateTextResponse. newBuilder(AnnotateTextResponse prototype)
Method parameters in com.google.cloud.language.v2 with type arguments of type AnnotateTextResponse Modifier and Type Method Description default void
LanguageServiceGrpc.AsyncService. annotateText(AnnotateTextRequest request, io.grpc.stub.StreamObserver<AnnotateTextResponse> responseObserver)
A convenience method that provides all features in one call.void
LanguageServiceGrpc.LanguageServiceStub. annotateText(AnnotateTextRequest request, io.grpc.stub.StreamObserver<AnnotateTextResponse> responseObserver)
A convenience method that provides all features in one call. -
Uses of AnnotateTextResponse in com.google.cloud.language.v2.stub
Methods in com.google.cloud.language.v2.stub that return types with arguments of type AnnotateTextResponse 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.
-