Uses of Class
com.google.cloud.language.v2.ClassifyTextResponse
-
Packages that use ClassifyTextResponse Package Description com.google.cloud.language.v2 A client to Cloud Natural Language APIcom.google.cloud.language.v2.stub -
-
Uses of ClassifyTextResponse in com.google.cloud.language.v2
Methods in com.google.cloud.language.v2 that return ClassifyTextResponse Modifier and Type Method Description ClassifyTextResponse
ClassifyTextResponse.Builder. build()
ClassifyTextResponse
ClassifyTextResponse.Builder. buildPartial()
ClassifyTextResponse
LanguageServiceClient. classifyText(ClassifyTextRequest request)
Classifies a document into categories.ClassifyTextResponse
LanguageServiceClient. classifyText(Document document)
Classifies a document into categories.ClassifyTextResponse
LanguageServiceGrpc.LanguageServiceBlockingStub. classifyText(ClassifyTextRequest request)
Classifies a document into categories.static ClassifyTextResponse
ClassifyTextResponse. getDefaultInstance()
ClassifyTextResponse
ClassifyTextResponse.Builder. getDefaultInstanceForType()
ClassifyTextResponse
ClassifyTextResponse. getDefaultInstanceForType()
static ClassifyTextResponse
ClassifyTextResponse. parseDelimitedFrom(InputStream input)
static ClassifyTextResponse
ClassifyTextResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(byte[] data)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(com.google.protobuf.ByteString data)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(InputStream input)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(ByteBuffer data)
static ClassifyTextResponse
ClassifyTextResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v2 that return types with arguments of type ClassifyTextResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ClassifyTextResponse>
LanguageServiceGrpc.LanguageServiceFutureStub. classifyText(ClassifyTextRequest request)
Classifies a document into categories.com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceClient. classifyTextCallable()
Classifies a document into categories.com.google.api.gax.rpc.UnaryCallSettings.Builder<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceSettings.Builder. classifyTextSettings()
Returns the builder for the settings used for calls to classifyText.com.google.api.gax.rpc.UnaryCallSettings<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceSettings. classifyTextSettings()
Returns the object with the settings used for calls to classifyText.static io.grpc.MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceGrpc. getClassifyTextMethod()
com.google.protobuf.Parser<ClassifyTextResponse>
ClassifyTextResponse. getParserForType()
static com.google.protobuf.Parser<ClassifyTextResponse>
ClassifyTextResponse. parser()
Methods in com.google.cloud.language.v2 with parameters of type ClassifyTextResponse Modifier and Type Method Description ClassifyTextResponse.Builder
ClassifyTextResponse.Builder. mergeFrom(ClassifyTextResponse other)
static ClassifyTextResponse.Builder
ClassifyTextResponse. newBuilder(ClassifyTextResponse prototype)
Method parameters in com.google.cloud.language.v2 with type arguments of type ClassifyTextResponse Modifier and Type Method Description default void
LanguageServiceGrpc.AsyncService. classifyText(ClassifyTextRequest request, io.grpc.stub.StreamObserver<ClassifyTextResponse> responseObserver)
Classifies a document into categories.void
LanguageServiceGrpc.LanguageServiceStub. classifyText(ClassifyTextRequest request, io.grpc.stub.StreamObserver<ClassifyTextResponse> responseObserver)
Classifies a document into categories. -
Uses of ClassifyTextResponse in com.google.cloud.language.v2.stub
Methods in com.google.cloud.language.v2.stub that return types with arguments of type ClassifyTextResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>
GrpcLanguageServiceStub. classifyTextCallable()
com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>
HttpJsonLanguageServiceStub. classifyTextCallable()
com.google.api.gax.rpc.UnaryCallable<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceStub. classifyTextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceStubSettings.Builder. classifyTextSettings()
Returns the builder for the settings used for calls to classifyText.com.google.api.gax.rpc.UnaryCallSettings<ClassifyTextRequest,ClassifyTextResponse>
LanguageServiceStubSettings. classifyTextSettings()
Returns the object with the settings used for calls to classifyText.
-