| Modifier and Type | Method and Description |
|---|---|
TextSnippet |
TextSnippet.Builder.build() |
TextSnippet |
TextSnippet.Builder.buildPartial() |
static TextSnippet |
TextSnippet.getDefaultInstance() |
TextSnippet |
TextSnippet.getDefaultInstanceForType() |
TextSnippet |
TextSnippet.Builder.getDefaultInstanceForType() |
TextSnippet |
DocumentOrBuilder.getDocumentText()
The plain text version of this document.
|
TextSnippet |
Document.getDocumentText()
The plain text version of this document.
|
TextSnippet |
Document.Builder.getDocumentText()
The plain text version of this document.
|
TextSnippet |
ExamplePayloadOrBuilder.getTextSnippet()
Example text.
|
TextSnippet |
ExamplePayload.getTextSnippet()
Example text.
|
TextSnippet |
ExamplePayload.Builder.getTextSnippet()
Example text.
|
TextSnippet |
TranslationAnnotation.getTranslatedContent()
Output only .
|
TextSnippet |
TranslationAnnotation.Builder.getTranslatedContent()
Output only .
|
TextSnippet |
TranslationAnnotationOrBuilder.getTranslatedContent()
Output only .
|
static TextSnippet |
TextSnippet.parseDelimitedFrom(InputStream input) |
static TextSnippet |
TextSnippet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSnippet |
TextSnippet.parseFrom(byte[] data) |
static TextSnippet |
TextSnippet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSnippet |
TextSnippet.parseFrom(ByteBuffer data) |
static TextSnippet |
TextSnippet.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSnippet |
TextSnippet.parseFrom(com.google.protobuf.ByteString data) |
static TextSnippet |
TextSnippet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSnippet |
TextSnippet.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextSnippet |
TextSnippet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSnippet |
TextSnippet.parseFrom(InputStream input) |
static TextSnippet |
TextSnippet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextSnippet> |
TextSnippet.getParserForType() |
static com.google.protobuf.Parser<TextSnippet> |
TextSnippet.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.mergeDocumentText(TextSnippet value)
The plain text version of this document.
|
TextSnippet.Builder |
TextSnippet.Builder.mergeFrom(TextSnippet other) |
ExamplePayload.Builder |
ExamplePayload.Builder.mergeTextSnippet(TextSnippet value)
Example text.
|
TranslationAnnotation.Builder |
TranslationAnnotation.Builder.mergeTranslatedContent(TextSnippet value)
Output only .
|
static TextSnippet.Builder |
TextSnippet.newBuilder(TextSnippet prototype) |
Document.Builder |
Document.Builder.setDocumentText(TextSnippet value)
The plain text version of this document.
|
ExamplePayload.Builder |
ExamplePayload.Builder.setTextSnippet(TextSnippet value)
Example text.
|
TranslationAnnotation.Builder |
TranslationAnnotation.Builder.setTranslatedContent(TextSnippet value)
Output only .
|
Copyright © 2025 Google LLC. All rights reserved.