public interface EntityMentionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TextSpan |
getText()
The mention text.
|
TextSpanOrBuilder |
getTextOrBuilder()
The mention text.
|
EntityMention.Type |
getType()
The type of the entity mention.
|
int |
getTypeValue()
The type of the entity mention.
|
boolean |
hasText()
The mention text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasText()
The mention text.
.google.cloud.language.v1.TextSpan text = 1;TextSpan getText()
The mention text.
.google.cloud.language.v1.TextSpan text = 1;TextSpanOrBuilder getTextOrBuilder()
The mention text.
.google.cloud.language.v1.TextSpan text = 1;int getTypeValue()
The type of the entity mention.
.google.cloud.language.v1.EntityMention.Type type = 2;EntityMention.Type getType()
The type of the entity mention.
.google.cloud.language.v1.EntityMention.Type type = 2;