Uses of Class
com.google.cloud.language.v1beta2.AnnotateTextResponse
-
Packages that use AnnotateTextResponse Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language APIcom.google.cloud.language.v1beta2.stub -
-
Uses of AnnotateTextResponse in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return AnnotateTextResponse Modifier and Type Method Description AnnotateTextResponseLanguageServiceClient. annotateText(AnnotateTextRequest request)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.AnnotateTextResponseLanguageServiceClient. annotateText(Document document, AnnotateTextRequest.Features features)A convenience method that provides all syntax, sentiment, entity, and classification features in one call.AnnotateTextResponseLanguageServiceClient. annotateText(Document document, AnnotateTextRequest.Features features, EncodingType encodingType)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.AnnotateTextResponseAnnotateTextResponse.Builder. build()AnnotateTextResponseAnnotateTextResponse.Builder. buildPartial()static AnnotateTextResponseAnnotateTextResponse. getDefaultInstance()AnnotateTextResponseAnnotateTextResponse.Builder. getDefaultInstanceForType()AnnotateTextResponseAnnotateTextResponse. getDefaultInstanceForType()static AnnotateTextResponseAnnotateTextResponse. parseDelimitedFrom(InputStream input)static AnnotateTextResponseAnnotateTextResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextResponseAnnotateTextResponse. parseFrom(byte[] data)static AnnotateTextResponseAnnotateTextResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextResponseAnnotateTextResponse. parseFrom(com.google.protobuf.ByteString data)static AnnotateTextResponseAnnotateTextResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextResponseAnnotateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotateTextResponseAnnotateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextResponseAnnotateTextResponse. parseFrom(InputStream input)static AnnotateTextResponseAnnotateTextResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotateTextResponseAnnotateTextResponse. parseFrom(ByteBuffer data)static AnnotateTextResponseAnnotateTextResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1beta2 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 syntax, sentiment, entity, and classification features in one call.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<AnnotateTextResponse>AnnotateTextResponse. getParserForType()static com.google.protobuf.Parser<AnnotateTextResponse>AnnotateTextResponse. parser()Methods in com.google.cloud.language.v1beta2 with parameters of type AnnotateTextResponse Modifier and Type Method Description AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. mergeFrom(AnnotateTextResponse other)static AnnotateTextResponse.BuilderAnnotateTextResponse. newBuilder(AnnotateTextResponse prototype)Method parameters in com.google.cloud.language.v1beta2 with type arguments of type AnnotateTextResponse Modifier and Type Method Description 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.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. -
Uses of AnnotateTextResponse in com.google.cloud.language.v1beta2.stub
Methods in com.google.cloud.language.v1beta2.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.
-