Uses of Class
com.google.cloud.language.v1.Entity
-
Packages that use Entity Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of Entity in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return Entity Modifier and Type Method Description Entity
Entity.Builder. build()
Entity
Entity.Builder. buildPartial()
static Entity
Entity. getDefaultInstance()
Entity
Entity.Builder. getDefaultInstanceForType()
Entity
Entity. getDefaultInstanceForType()
Entity
AnalyzeEntitiesResponse.Builder. getEntities(int index)
The recognized entities in the input document.Entity
AnalyzeEntitiesResponse. getEntities(int index)
The recognized entities in the input document.Entity
AnalyzeEntitiesResponseOrBuilder. getEntities(int index)
The recognized entities in the input document.Entity
AnalyzeEntitySentimentResponse.Builder. getEntities(int index)
The recognized entities in the input document with associated sentiments.Entity
AnalyzeEntitySentimentResponse. 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
AnnotateTextResponse.Builder. getEntities(int index)
Entities, along with their semantic information, in the input document.Entity
AnnotateTextResponse. getEntities(int index)
Entities, along with their semantic information, in the input document.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(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)
static Entity
Entity. parseFrom(ByteBuffer data)
static Entity
Entity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 that return types with arguments of type Entity Modifier and Type Method Description List<Entity>
AnalyzeEntitiesResponse.Builder. getEntitiesList()
The recognized entities in the input document.List<Entity>
AnalyzeEntitiesResponse. getEntitiesList()
The recognized entities in the input document.List<Entity>
AnalyzeEntitiesResponseOrBuilder. getEntitiesList()
The recognized entities in the input document.List<Entity>
AnalyzeEntitySentimentResponse.Builder. getEntitiesList()
The recognized entities in the input document with associated sentiments.List<Entity>
AnalyzeEntitySentimentResponse. 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>
AnnotateTextResponse.Builder. getEntitiesList()
Entities, along with their semantic information, in the input document.List<Entity>
AnnotateTextResponse. getEntitiesList()
Entities, along with their semantic information, in the input document.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()
Methods in com.google.cloud.language.v1 with parameters of type Entity Modifier and Type Method Description AnalyzeEntitiesResponse.Builder
AnalyzeEntitiesResponse.Builder. addEntities(int index, Entity value)
The recognized entities in the input document.AnalyzeEntitiesResponse.Builder
AnalyzeEntitiesResponse.Builder. addEntities(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.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.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addEntities(Entity value)
Entities, along with their semantic information, in the input document.Entity.Builder
Entity.Builder. mergeFrom(Entity other)
static Entity.Builder
Entity. newBuilder(Entity prototype)
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.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. setEntities(int index, Entity value)
Entities, along with their semantic information, in the input document.Method parameters in com.google.cloud.language.v1 with type arguments of type Entity Modifier and Type Method Description 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.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addAllEntities(Iterable<? extends Entity> values)
Entities, along with their semantic information, in the input document.
-