| Modifier and Type | Method and Description |
|---|---|
static Document.Layout.TextSegmentType |
Document.Layout.TextSegmentType.forNumber(int value) |
Document.Layout.TextSegmentType |
Document.LayoutOrBuilder.getTextSegmentType()
The type of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in document.
|
Document.Layout.TextSegmentType |
Document.Layout.getTextSegmentType()
The type of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in document.
|
Document.Layout.TextSegmentType |
Document.Layout.Builder.getTextSegmentType()
The type of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in document.
|
static Document.Layout.TextSegmentType |
Document.Layout.TextSegmentType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Document.Layout.TextSegmentType |
Document.Layout.TextSegmentType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Document.Layout.TextSegmentType |
Document.Layout.TextSegmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Document.Layout.TextSegmentType[] |
Document.Layout.TextSegmentType.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<Document.Layout.TextSegmentType> |
Document.Layout.TextSegmentType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Document.Layout.Builder |
Document.Layout.Builder.setTextSegmentType(Document.Layout.TextSegmentType value)
The type of the [text_segment][google.cloud.automl.v1.Document.Layout.text_segment] in document.
|
Copyright © 2025 Google LLC. All rights reserved.