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 class
EntityMention
Represents a mention for an entity in the text.static class
EntityMention.Builder
Represents a mention for an entity in the text.Methods in com.google.cloud.language.v1beta2 that return EntityMentionOrBuilder Modifier and Type Method Description EntityMentionOrBuilder
Entity.Builder. getMentionsOrBuilder(int index)
The mentions of this entity in the input document.EntityMentionOrBuilder
Entity. getMentionsOrBuilder(int index)
The mentions of this entity in the input document.EntityMentionOrBuilder
EntityOrBuilder. 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.
-