| 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 |
AnalyzeEntitiesResponse.getEntities(int index)
The recognized entities in the input document.
|
Entity |
AnalyzeEntitiesResponse.Builder.getEntities(int index)
The recognized entities 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 |
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.
|
static Entity |
Entity.parseDelimitedFrom(InputStream input) |
static Entity |
Entity.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(byte[] data) |
static Entity |
Entity.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(ByteBuffer data) |
static Entity |
Entity.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data) |
static Entity |
Entity.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input) |
static Entity |
Entity.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Entity |
Entity.parseFrom(InputStream input) |
static Entity |
Entity.parseFrom(InputStream input,
com.google.protobuf.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> |
AnalyzeEntitiesResponse.getEntitiesList()
The recognized entities in the input document.
|
List<Entity> |
AnalyzeEntitiesResponse.Builder.getEntitiesList()
The recognized entities 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> |
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.
|
com.google.protobuf.Parser<Entity> |
Entity.getParserForType() |
static com.google.protobuf.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.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addEntities(Entity value)
The recognized entities in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addEntities(Entity value)
The recognized entities in the input document with associated sentiments.
|
AnnotateTextResponse.Builder |
AnnotateTextResponse.Builder.addEntities(int index,
Entity value)
Entities, along with their semantic information, in the input document.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addEntities(int index,
Entity value)
The recognized entities in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addEntities(int index,
Entity value)
The recognized entities in the input document with associated sentiments.
|
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.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.setEntities(int index,
Entity value)
The recognized entities in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.setEntities(int index,
Entity value)
The recognized entities in the input document with associated sentiments.
|
| 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.
|
AnalyzeEntitiesResponse.Builder |
AnalyzeEntitiesResponse.Builder.addAllEntities(Iterable<? extends Entity> values)
The recognized entities in the input document.
|
AnalyzeEntitySentimentResponse.Builder |
AnalyzeEntitySentimentResponse.Builder.addAllEntities(Iterable<? extends Entity> values)
The recognized entities in the input document with associated sentiments.
|
Copyright © 2018 Google LLC. All rights reserved.