Uses of Class
com.google.cloud.language.v1beta2.EntityMention
-
Packages that use EntityMention Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of EntityMention in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return EntityMention Modifier and Type Method Description EntityMention
EntityMention.Builder. build()
EntityMention
EntityMention.Builder. buildPartial()
static EntityMention
EntityMention. getDefaultInstance()
EntityMention
EntityMention.Builder. getDefaultInstanceForType()
EntityMention
EntityMention. getDefaultInstanceForType()
EntityMention
Entity.Builder. getMentions(int index)
The mentions of this entity in the input document.EntityMention
Entity. getMentions(int index)
The mentions of this entity in the input document.EntityMention
EntityOrBuilder. getMentions(int index)
The mentions of this entity in the input document.static EntityMention
EntityMention. parseDelimitedFrom(InputStream input)
static EntityMention
EntityMention. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMention
EntityMention. parseFrom(byte[] data)
static EntityMention
EntityMention. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMention
EntityMention. parseFrom(com.google.protobuf.ByteString data)
static EntityMention
EntityMention. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMention
EntityMention. parseFrom(com.google.protobuf.CodedInputStream input)
static EntityMention
EntityMention. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMention
EntityMention. parseFrom(InputStream input)
static EntityMention
EntityMention. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EntityMention
EntityMention. parseFrom(ByteBuffer data)
static EntityMention
EntityMention. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1beta2 that return types with arguments of type EntityMention Modifier and Type Method Description List<EntityMention>
Entity.Builder. getMentionsList()
The mentions of this entity in the input document.List<EntityMention>
Entity. getMentionsList()
The mentions of this entity in the input document.List<EntityMention>
EntityOrBuilder. getMentionsList()
The mentions of this entity in the input document.com.google.protobuf.Parser<EntityMention>
EntityMention. getParserForType()
static com.google.protobuf.Parser<EntityMention>
EntityMention. parser()
Methods in com.google.cloud.language.v1beta2 with parameters of type EntityMention Modifier and Type Method Description Entity.Builder
Entity.Builder. addMentions(int index, EntityMention value)
The mentions of this entity in the input document.Entity.Builder
Entity.Builder. addMentions(EntityMention value)
The mentions of this entity in the input document.EntityMention.Builder
EntityMention.Builder. mergeFrom(EntityMention other)
static EntityMention.Builder
EntityMention. newBuilder(EntityMention prototype)
Entity.Builder
Entity.Builder. setMentions(int index, EntityMention value)
The mentions of this entity in the input document.Method parameters in com.google.cloud.language.v1beta2 with type arguments of type EntityMention Modifier and Type Method Description Entity.Builder
Entity.Builder. addAllMentions(Iterable<? extends EntityMention> values)
The mentions of this entity in the input document.
-