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 EntityMentionEntityMention.Builder. build()EntityMentionEntityMention.Builder. buildPartial()static EntityMentionEntityMention. getDefaultInstance()EntityMentionEntityMention.Builder. getDefaultInstanceForType()EntityMentionEntityMention. getDefaultInstanceForType()EntityMentionEntity.Builder. getMentions(int index)The mentions of this entity in the input document.EntityMentionEntity. getMentions(int index)The mentions of this entity in the input document.EntityMentionEntityOrBuilder. getMentions(int index)The mentions of this entity in the input document.static EntityMentionEntityMention. parseDelimitedFrom(InputStream input)static EntityMentionEntityMention. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMentionEntityMention. parseFrom(byte[] data)static EntityMentionEntityMention. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMentionEntityMention. parseFrom(com.google.protobuf.ByteString data)static EntityMentionEntityMention. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMentionEntityMention. parseFrom(com.google.protobuf.CodedInputStream input)static EntityMentionEntityMention. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMentionEntityMention. parseFrom(InputStream input)static EntityMentionEntityMention. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EntityMentionEntityMention. parseFrom(ByteBuffer data)static EntityMentionEntityMention. 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.BuilderEntity.Builder. addMentions(int index, EntityMention value)The mentions of this entity in the input document.Entity.BuilderEntity.Builder. addMentions(EntityMention value)The mentions of this entity in the input document.EntityMention.BuilderEntityMention.Builder. mergeFrom(EntityMention other)static EntityMention.BuilderEntityMention. newBuilder(EntityMention prototype)Entity.BuilderEntity.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.BuilderEntity.Builder. addAllMentions(Iterable<? extends EntityMention> values)The mentions of this entity in the input document.
-