Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
com.google.cloud.language.v1beta2.stub |
Modifier and Type | Method and Description |
---|---|
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.
|
UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceSettings.analyzeEntitiesSettings()
Returns the object with the settings used for calls to analyzeEntities.
|
UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceSettings.Builder.analyzeEntitiesSettings()
Returns the builder for the settings used for calls to analyzeEntities.
|
static MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceGrpc.getAnalyzeEntitiesMethod() |
Parser<AnalyzeEntitiesRequest> |
AnalyzeEntitiesRequest.getParserForType() |
static Parser<AnalyzeEntitiesRequest> |
AnalyzeEntitiesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
void |
LanguageServiceGrpc.LanguageServiceImplBase.analyzeEntities(AnalyzeEntitiesRequest request,
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,
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.
|
AnalyzeEntitiesRequest.Builder |
AnalyzeEntitiesRequest.Builder.mergeFrom(AnalyzeEntitiesRequest other) |
static AnalyzeEntitiesRequest.Builder |
AnalyzeEntitiesRequest.newBuilder(AnalyzeEntitiesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceStub.analyzeEntitiesCallable() |
UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
GrpcLanguageServiceStub.analyzeEntitiesCallable() |
UnaryCallable<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
HttpJsonLanguageServiceStub.analyzeEntitiesCallable() |
UnaryCallSettings<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceStubSettings.analyzeEntitiesSettings()
Returns the object with the settings used for calls to analyzeEntities.
|
UnaryCallSettings.Builder<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
LanguageServiceStubSettings.Builder.analyzeEntitiesSettings()
Returns the builder for the settings used for calls to analyzeEntities.
|
Copyright © 2022 Google LLC. All rights reserved.