Uses of Interface
com.google.cloud.language.v1beta2.EntityMentionOrBuilder
-
Packages that use EntityMentionOrBuilder Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of EntityMentionOrBuilder in com.google.cloud.language.v1beta2
Classes in com.google.cloud.language.v1beta2 that implement EntityMentionOrBuilder Modifier and Type Class Description classEntityMentionRepresents a mention for an entity in the text.static classEntityMention.BuilderRepresents a mention for an entity in the text.Methods in com.google.cloud.language.v1beta2 that return EntityMentionOrBuilder Modifier and Type Method Description EntityMentionOrBuilderEntity.Builder. getMentionsOrBuilder(int index)The mentions of this entity in the input document.EntityMentionOrBuilderEntity. getMentionsOrBuilder(int index)The mentions of this entity in the input document.EntityMentionOrBuilderEntityOrBuilder. getMentionsOrBuilder(int index)The mentions of this entity in the input document.Methods in com.google.cloud.language.v1beta2 that return types with arguments of type EntityMentionOrBuilder Modifier and Type Method Description List<? extends EntityMentionOrBuilder>Entity.Builder. getMentionsOrBuilderList()The mentions of this entity in the input document.List<? extends EntityMentionOrBuilder>Entity. getMentionsOrBuilderList()The mentions of this entity in the input document.List<? extends EntityMentionOrBuilder>EntityOrBuilder. getMentionsOrBuilderList()The mentions of this entity in the input document.
-