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 EntityEntity.Builder. build()EntityEntity.Builder. buildPartial()static EntityEntity. getDefaultInstance()EntityEntity.Builder. getDefaultInstanceForType()EntityEntity. getDefaultInstanceForType()EntityAnalyzeEntitiesResponse.Builder. getEntities(int index)The recognized entities in the input document.EntityAnalyzeEntitiesResponse. getEntities(int index)The recognized entities in the input document.EntityAnalyzeEntitiesResponseOrBuilder. getEntities(int index)The recognized entities in the input document.EntityAnalyzeEntitySentimentResponse.Builder. getEntities(int index)The recognized entities in the input document with associated sentiments.EntityAnalyzeEntitySentimentResponse. getEntities(int index)The recognized entities in the input document with associated sentiments.EntityAnalyzeEntitySentimentResponseOrBuilder. getEntities(int index)The recognized entities in the input document with associated sentiments.EntityAnnotateTextResponse.Builder. getEntities(int index)Entities, along with their semantic information, in the input document.EntityAnnotateTextResponse. getEntities(int index)Entities, along with their semantic information, in the input document.EntityAnnotateTextResponseOrBuilder. getEntities(int index)Entities, along with their semantic information, in the input document.static EntityEntity. parseDelimitedFrom(InputStream input)static EntityEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(byte[] data)static EntityEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.ByteString data)static EntityEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input)static EntityEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(InputStream input)static EntityEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityEntity. parseFrom(ByteBuffer data)static EntityEntity. 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.BuilderAnalyzeEntitiesResponse.Builder. addEntities(int index, Entity value)The recognized entities in the input document.AnalyzeEntitiesResponse.BuilderAnalyzeEntitiesResponse.Builder. addEntities(Entity value)The recognized entities in the input document.AnalyzeEntitySentimentResponse.BuilderAnalyzeEntitySentimentResponse.Builder. addEntities(int index, Entity value)The recognized entities in the input document with associated sentiments.AnalyzeEntitySentimentResponse.BuilderAnalyzeEntitySentimentResponse.Builder. addEntities(Entity value)The recognized entities in the input document with associated sentiments.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addEntities(int index, Entity value)Entities, along with their semantic information, in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addEntities(Entity value)Entities, along with their semantic information, in the input document.Entity.BuilderEntity.Builder. mergeFrom(Entity other)static Entity.BuilderEntity. newBuilder(Entity prototype)AnalyzeEntitiesResponse.BuilderAnalyzeEntitiesResponse.Builder. setEntities(int index, Entity value)The recognized entities in the input document.AnalyzeEntitySentimentResponse.BuilderAnalyzeEntitySentimentResponse.Builder. setEntities(int index, Entity value)The recognized entities in the input document with associated sentiments.AnnotateTextResponse.BuilderAnnotateTextResponse.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.BuilderAnalyzeEntitiesResponse.Builder. addAllEntities(Iterable<? extends Entity> values)The recognized entities in the input document.AnalyzeEntitySentimentResponse.BuilderAnalyzeEntitySentimentResponse.Builder. addAllEntities(Iterable<? extends Entity> values)The recognized entities in the input document with associated sentiments.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addAllEntities(Iterable<? extends Entity> values)Entities, along with their semantic information, in the input document.
-