Uses of Class
com.google.cloud.language.v1.AnalyzeEntitiesResponse
-
Packages that use AnalyzeEntitiesResponse Package Description com.google.cloud.language.v1 A client to Cloud Natural Language APIcom.google.cloud.language.v1.stub -
-
Uses of AnalyzeEntitiesResponse in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return AnalyzeEntitiesResponse 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, salience, mentions for each entity, and other properties.AnalyzeEntitiesResponse
LanguageServiceClient. analyzeEntities(Document document)
Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, mentions for each entity, and other properties.AnalyzeEntitiesResponse
LanguageServiceClient. analyzeEntities(Document document, EncodingType encodingType)
Finds named entities (currently proper names and common nouns) in the text along with entity types, salience, 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, salience, mentions for each entity, and other properties.AnalyzeEntitiesResponse
AnalyzeEntitiesResponse.Builder. build()
AnalyzeEntitiesResponse
AnalyzeEntitiesResponse.Builder. buildPartial()
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. getDefaultInstance()
AnalyzeEntitiesResponse
AnalyzeEntitiesResponse.Builder. getDefaultInstanceForType()
AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. getDefaultInstanceForType()
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseDelimitedFrom(InputStream input)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(byte[] data)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(com.google.protobuf.ByteString data)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(InputStream input)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(ByteBuffer data)
static AnalyzeEntitiesResponse
AnalyzeEntitiesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 that return types with arguments of type AnalyzeEntitiesResponse Modifier and Type Method Description 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, salience, mentions for each entity, and other properties.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, salience, 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<AnalyzeEntitiesResponse>
AnalyzeEntitiesResponse. getParserForType()
static com.google.protobuf.Parser<AnalyzeEntitiesResponse>
AnalyzeEntitiesResponse. parser()
Methods in com.google.cloud.language.v1 with parameters of type AnalyzeEntitiesResponse Modifier and Type Method Description AnalyzeEntitiesResponse.Builder
AnalyzeEntitiesResponse.Builder. mergeFrom(AnalyzeEntitiesResponse other)
static AnalyzeEntitiesResponse.Builder
AnalyzeEntitiesResponse. newBuilder(AnalyzeEntitiesResponse prototype)
Method parameters in com.google.cloud.language.v1 with type arguments of type AnalyzeEntitiesResponse Modifier and Type Method Description 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, salience, 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, salience, mentions for each entity, and other properties. -
Uses of AnalyzeEntitiesResponse in com.google.cloud.language.v1.stub
Methods in com.google.cloud.language.v1.stub that return types with arguments of type AnalyzeEntitiesResponse 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.
-