Package | Description |
---|---|
com.google.cloud.language.v1 |
A client to Cloud Natural Language API
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
EntityMentionOrBuilder |
EntityOrBuilder.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 |
Entity.Builder.getMentionsOrBuilder(int index)
The mentions of this entity in the input document.
|
Modifier and Type | Method and Description |
---|---|
List<? extends EntityMentionOrBuilder> |
EntityOrBuilder.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> |
Entity.Builder.getMentionsOrBuilderList()
The mentions of this entity in the input document.
|
Copyright © 2022 Google LLC. All rights reserved.