| Modifier and Type | Method and Description |
|---|---|
TextSpan |
TextSpan.Builder.build() |
TextSpan |
TextSpan.Builder.buildPartial() |
static TextSpan |
TextSpan.getDefaultInstance() |
TextSpan |
TextSpan.getDefaultInstanceForType() |
TextSpan |
TextSpan.Builder.getDefaultInstanceForType() |
TextSpan |
Token.getText()
The token text.
|
TextSpan |
Token.Builder.getText()
The token text.
|
TextSpan |
EntityMention.getText()
The mention text.
|
TextSpan |
EntityMention.Builder.getText()
The mention text.
|
TextSpan |
TokenOrBuilder.getText()
The token text.
|
TextSpan |
EntityMentionOrBuilder.getText()
The mention text.
|
TextSpan |
SentenceOrBuilder.getText()
The sentence text.
|
TextSpan |
Sentence.getText()
The sentence text.
|
TextSpan |
Sentence.Builder.getText()
The sentence text.
|
static TextSpan |
TextSpan.parseDelimitedFrom(InputStream input) |
static TextSpan |
TextSpan.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSpan |
TextSpan.parseFrom(byte[] data) |
static TextSpan |
TextSpan.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSpan |
TextSpan.parseFrom(ByteBuffer data) |
static TextSpan |
TextSpan.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSpan |
TextSpan.parseFrom(com.google.protobuf.ByteString data) |
static TextSpan |
TextSpan.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSpan |
TextSpan.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextSpan |
TextSpan.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSpan |
TextSpan.parseFrom(InputStream input) |
static TextSpan |
TextSpan.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextSpan> |
TextSpan.getParserForType() |
static com.google.protobuf.Parser<TextSpan> |
TextSpan.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextSpan.Builder |
TextSpan.Builder.mergeFrom(TextSpan other) |
Token.Builder |
Token.Builder.mergeText(TextSpan value)
The token text.
|
EntityMention.Builder |
EntityMention.Builder.mergeText(TextSpan value)
The mention text.
|
Sentence.Builder |
Sentence.Builder.mergeText(TextSpan value)
The sentence text.
|
static TextSpan.Builder |
TextSpan.newBuilder(TextSpan prototype) |
Token.Builder |
Token.Builder.setText(TextSpan value)
The token text.
|
EntityMention.Builder |
EntityMention.Builder.setText(TextSpan value)
The mention text.
|
Sentence.Builder |
Sentence.Builder.setText(TextSpan value)
The sentence text.
|
Copyright © 2018 Google LLC. All rights reserved.