| Modifier and Type | Method and Description |
|---|---|
TextSegment |
TextSegment.Builder.build() |
TextSegment |
TextSegment.Builder.buildPartial() |
static TextSegment |
TextSegment.getDefaultInstance() |
TextSegment |
TextSegment.getDefaultInstanceForType() |
TextSegment |
TextSegment.Builder.getDefaultInstanceForType() |
TextSegment |
TextExtractionAnnotation.getTextSegment()
An entity annotation will set this, which is the part of the original
text to which the annotation pertains.
|
TextSegment |
TextExtractionAnnotation.Builder.getTextSegment()
An entity annotation will set this, which is the part of the original
text to which the annotation pertains.
|
TextSegment |
Document.LayoutOrBuilder.getTextSegment()
Text Segment that represents a segment in
[document_text][google.cloud.automl.v1p1beta.Document.document_text].
|
TextSegment |
Document.Layout.getTextSegment()
Text Segment that represents a segment in
[document_text][google.cloud.automl.v1p1beta.Document.document_text].
|
TextSegment |
Document.Layout.Builder.getTextSegment()
Text Segment that represents a segment in
[document_text][google.cloud.automl.v1p1beta.Document.document_text].
|
TextSegment |
TextExtractionAnnotationOrBuilder.getTextSegment()
An entity annotation will set this, which is the part of the original
text to which the annotation pertains.
|
static TextSegment |
TextSegment.parseDelimitedFrom(InputStream input) |
static TextSegment |
TextSegment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSegment |
TextSegment.parseFrom(byte[] data) |
static TextSegment |
TextSegment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSegment |
TextSegment.parseFrom(ByteBuffer data) |
static TextSegment |
TextSegment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSegment |
TextSegment.parseFrom(com.google.protobuf.ByteString data) |
static TextSegment |
TextSegment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSegment |
TextSegment.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextSegment |
TextSegment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextSegment |
TextSegment.parseFrom(InputStream input) |
static TextSegment |
TextSegment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextSegment> |
TextSegment.getParserForType() |
static com.google.protobuf.Parser<TextSegment> |
TextSegment.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextSegment.Builder |
TextSegment.Builder.mergeFrom(TextSegment other) |
TextExtractionAnnotation.Builder |
TextExtractionAnnotation.Builder.mergeTextSegment(TextSegment value)
An entity annotation will set this, which is the part of the original
text to which the annotation pertains.
|
Document.Layout.Builder |
Document.Layout.Builder.mergeTextSegment(TextSegment value)
Text Segment that represents a segment in
[document_text][google.cloud.automl.v1p1beta.Document.document_text].
|
static TextSegment.Builder |
TextSegment.newBuilder(TextSegment prototype) |
TextExtractionAnnotation.Builder |
TextExtractionAnnotation.Builder.setTextSegment(TextSegment value)
An entity annotation will set this, which is the part of the original
text to which the annotation pertains.
|
Document.Layout.Builder |
Document.Layout.Builder.setTextSegment(TextSegment value)
Text Segment that represents a segment in
[document_text][google.cloud.automl.v1p1beta.Document.document_text].
|
Copyright © 2025 Google LLC. All rights reserved.