Uses of Class
com.google.cloud.language.v2.AnalyzeEntitiesRequest
-
Packages that use AnalyzeEntitiesRequest Package Description com.google.cloud.language.v2 A client to Cloud Natural Language APIcom.google.cloud.language.v2.stub -
-
Uses of AnalyzeEntitiesRequest in com.google.cloud.language.v2
Methods in com.google.cloud.language.v2 that return AnalyzeEntitiesRequest Modifier and Type Method Description AnalyzeEntitiesRequest
AnalyzeEntitiesRequest.Builder. build()
AnalyzeEntitiesRequest
AnalyzeEntitiesRequest.Builder. buildPartial()
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. getDefaultInstance()
AnalyzeEntitiesRequest
AnalyzeEntitiesRequest.Builder. getDefaultInstanceForType()
AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. getDefaultInstanceForType()
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseDelimitedFrom(InputStream input)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(byte[] data)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(InputStream input)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(ByteBuffer data)
static AnalyzeEntitiesRequest
AnalyzeEntitiesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v2 that return types with arguments of type AnalyzeEntitiesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceClient. analyzeEntitiesCallable()
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceSettings. analyzeEntitiesSettings()
Returns the object with the settings used for calls to analyzeEntities.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceSettings.Builder. analyzeEntitiesSettings()
Returns the builder for the settings used for calls to analyzeEntities.static io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceGrpc. getAnalyzeEntitiesMethod()
com.google.protobuf.Parser<AnalyzeEntitiesRequest>
AnalyzeEntitiesRequest. getParserForType()
static com.google.protobuf.Parser<AnalyzeEntitiesRequest>
AnalyzeEntitiesRequest. parser()
Methods in com.google.cloud.language.v2 with parameters of type AnalyzeEntitiesRequest Modifier and Type Method Description AnalyzeEntitiesResponse
LanguageServiceClient. analyzeEntities(AnalyzeEntitiesRequest request)
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.default void
LanguageServiceGrpc.AsyncService. analyzeEntities(AnalyzeEntitiesRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitiesResponse> responseObserver)
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.AnalyzeEntitiesResponse
LanguageServiceGrpc.LanguageServiceBlockingStub. analyzeEntities(AnalyzeEntitiesRequest request)
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.com.google.common.util.concurrent.ListenableFuture<AnalyzeEntitiesResponse>
LanguageServiceGrpc.LanguageServiceFutureStub. analyzeEntities(AnalyzeEntitiesRequest request)
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.void
LanguageServiceGrpc.LanguageServiceStub. analyzeEntities(AnalyzeEntitiesRequest request, io.grpc.stub.StreamObserver<AnalyzeEntitiesResponse> responseObserver)
Finds named entities (currently proper names and common nouns) in the text along with entity types, probability, mentions for each entity, and other properties.AnalyzeEntitiesRequest.Builder
AnalyzeEntitiesRequest.Builder. mergeFrom(AnalyzeEntitiesRequest other)
static AnalyzeEntitiesRequest.Builder
AnalyzeEntitiesRequest. newBuilder(AnalyzeEntitiesRequest prototype)
-
Uses of AnalyzeEntitiesRequest in com.google.cloud.language.v2.stub
Methods in com.google.cloud.language.v2.stub that return types with arguments of type AnalyzeEntitiesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
GrpcLanguageServiceStub. analyzeEntitiesCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
HttpJsonLanguageServiceStub. analyzeEntitiesCallable()
com.google.api.gax.rpc.UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceStub. analyzeEntitiesCallable()
com.google.api.gax.rpc.UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceStubSettings. analyzeEntitiesSettings()
Returns the object with the settings used for calls to analyzeEntities.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse>
LanguageServiceStubSettings.Builder. analyzeEntitiesSettings()
Returns the builder for the settings used for calls to analyzeEntities.
-