| Modifier and Type | Method and Description |
|---|---|
static DocumentLabelingState |
DocumentLabelingState.forNumber(int value) |
DocumentLabelingState |
DocumentMetadataOrBuilder.getLabelingState()
Labeling state of the document.
|
DocumentLabelingState |
DocumentMetadata.getLabelingState()
Labeling state of the document.
|
DocumentLabelingState |
DocumentMetadata.Builder.getLabelingState()
Labeling state of the document.
|
static DocumentLabelingState |
DocumentLabelingState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DocumentLabelingState |
DocumentLabelingState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentLabelingState |
DocumentLabelingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentLabelingState[] |
DocumentLabelingState.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<DocumentLabelingState> |
DocumentLabelingState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DocumentMetadata.Builder |
DocumentMetadata.Builder.setLabelingState(DocumentLabelingState value)
Labeling state of the document.
|
Copyright © 2024 Google LLC. All rights reserved.