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 |
---|---|
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 |
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 |
AnalyzeEntitiesResponse.Builder.build() |
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.Builder.buildPartial() |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.getDefaultInstance() |
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.getDefaultInstanceForType() |
AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.Builder.getDefaultInstanceForType() |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseDelimitedFrom(InputStream input) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(byte[] data) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(ByteBuffer data) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(ByteString data) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(CodedInputStream input) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(InputStream input) |
static AnalyzeEntitiesResponse |
AnalyzeEntitiesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and 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.
|
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<AnalyzeEntitiesResponse> |
AnalyzeEntitiesResponse.getParserForType() |
static Parser<AnalyzeEntitiesResponse> |
AnalyzeEntitiesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.mergeFrom(AnalyzeEntitiesResponse other) |
static AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.newBuilder(AnalyzeEntitiesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.