| Modifier and Type | Method and Description |
|---|---|
EntityMention |
EntityMention.Builder.build() |
EntityMention |
EntityMention.Builder.buildPartial() |
static EntityMention |
EntityMention.getDefaultInstance() |
EntityMention |
EntityMention.getDefaultInstanceForType() |
EntityMention |
EntityMention.Builder.getDefaultInstanceForType() |
EntityMention |
Entity.getMentions(int index)
The mentions of this entity in the input document.
|
EntityMention |
Entity.Builder.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(ByteBuffer data) |
static EntityMention |
EntityMention.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityMention> |
Entity.getMentionsList()
The mentions of this entity in the input document.
|
List<EntityMention> |
Entity.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
Entity.Builder.addMentions(EntityMention value)
The mentions of this entity in the input document.
|
Entity.Builder |
Entity.Builder.addMentions(int index,
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.
|
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
Entity.Builder.addAllMentions(Iterable<? extends EntityMention> values)
The mentions of this entity in the input document.
|
Copyright © 2018 Google LLC. All rights reserved.