| Modifier and Type | Method and Description |
|---|---|
static EntityMention.Type |
EntityMention.Type.forNumber(int value) |
EntityMention.Type |
EntityMention.getType()
The type of the entity mention.
|
EntityMention.Type |
EntityMention.Builder.getType()
The type of the entity mention.
|
EntityMention.Type |
EntityMentionOrBuilder.getType()
The type of the entity mention.
|
static EntityMention.Type |
EntityMention.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntityMention.Type |
EntityMention.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntityMention.Type |
EntityMention.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityMention.Type[] |
EntityMention.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EntityMention.Type> |
EntityMention.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EntityMention.Builder |
EntityMention.Builder.setType(EntityMention.Type value)
The type of the entity mention.
|
Copyright © 2018 Google LLC. All rights reserved.