Package | Description |
---|---|
com.google.cloud.language.v1beta2 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.Builder.build() |
Entity |
Entity.Builder.buildPartial() |
static Entity |
Entity.getDefaultInstance() |
Entity |
Entity.getDefaultInstanceForType() |
Entity |
Entity.Builder.getDefaultInstanceForType() |
Entity |
AnalyzeEntitiesResponseOrBuilder.getEntities(int index)
The recognized entities in the input document.
|
Entity |
AnnotateTextResponse.getEntities(int index)
Entities, along with their semantic information, in the input document.
|
Entity |
AnnotateTextResponse.Builder.getEntities(int index)
Entities, along with their semantic information, in the input document.
|
Entity |
AnalyzeEntitySentimentResponseOrBuilder.getEntities(int index)
The recognized entities in the input document with associated sentiments.
|
Entity |
AnnotateTextResponseOrBuilder.getEntities(int index)
Entities, along with their semantic information, in the input document.
|
Entity |
AnalyzeEntitySentimentResponse.getEntities(int index)
The recognized entities in the input document with associated sentiments.
|
Entity |
AnalyzeEntitySentimentResponse.Builder.getEntities(int index)
The recognized entities in the input document with associated sentiments.
|
Entity |
AnalyzeEntitiesResponse.getEntities(int index)
The recognized entities in the input document.
|
Entity |
AnalyzeEntitiesResponse.Builder.getEntities(int index)
The recognized entities in the input document.
|
static Entity |
Entity.parseDelimitedFrom(InputStream input) |
static Entity |
Entity.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(byte[] data) |
static Entity |
Entity.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(ByteBuffer data) |
static Entity |
Entity.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(ByteString data) |
static Entity |
Entity.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(CodedInputStream input) |
static Entity |
Entity.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(InputStream input) |
static Entity |
Entity.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
AnalyzeEntitiesResponseOrBuilder.getEntitiesList()
The recognized entities in the input document.
|
List<Entity> |
AnnotateTextResponse.getEntitiesList()
Entities, along with their semantic information, in the input document.
|
List<Entity> |
AnnotateTextResponse.Builder.getEntitiesList()
Entities, along with their semantic information, in the input document.
|
List<Entity> |
AnalyzeEntitySentimentResponseOrBuilder.getEntitiesList()
The recognized entities in the input document with associated sentiments.
|
List<Entity> |
AnnotateTextResponseOrBuilder.getEntitiesList()
Entities, along with their semantic information, in the input document.
|
List<Entity> |
AnalyzeEntitySentimentResponse.getEntitiesList()
The recognized entities in the input document with associated sentiments.
|
List<Entity> |
AnalyzeEntitySentimentResponse.Builder.getEntitiesList()
The recognized entities in the input document with associated sentiments.
|
List<Entity> |
AnalyzeEntitiesResponse.getEntitiesList()
The recognized entities in the input document.
|
List<Entity> |
AnalyzeEntitiesResponse.Builder.getEntitiesList()
The recognized entities in the input document.
|
Parser<Entity> |
Entity.getParserForType() |
static Parser<Entity> |
Entity.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addEntities(Entity value)
Entities, along with their semantic information, in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addEntities(Entity value)
The recognized entities in the input document with associated sentiments.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addEntities(Entity value)
The recognized entities in the input document.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addEntities(int index,
Entity value)
Entities, along with their semantic information, in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addEntities(int index,
Entity value)
The recognized entities in the input document with associated sentiments.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addEntities(int index,
Entity value)
The recognized entities in the input document.
|
Entity.Builder |
Entity.Builder.mergeFrom(Entity other) |
static Entity.Builder |
Entity.newBuilder(Entity prototype) |
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.setEntities(int index,
Entity value)
Entities, along with their semantic information, in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.setEntities(int index,
Entity value)
The recognized entities in the input document with associated sentiments.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.setEntities(int index,
Entity value)
The recognized entities in the input document.
|
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addAllEntities(Iterable<? extends Entity> values)
Entities, along with their semantic information, in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addAllEntities(Iterable<? extends Entity> values)
The recognized entities in the input document with associated sentiments.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addAllEntities(Iterable<? extends Entity> values)
The recognized entities in the input document.
|
Copyright © 2022 Google LLC. All rights reserved.