public interface PropertyMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldExtractionMetadata |
getFieldExtractionMetadata()
Field extraction metadata on the property.
|
FieldExtractionMetadataOrBuilder |
getFieldExtractionMetadataOrBuilder()
Field extraction metadata on the property.
|
boolean |
getInactive()
Whether the property should be considered as "inactive".
|
boolean |
hasFieldExtractionMetadata()
Field extraction metadata on the property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getInactive()
Whether the property should be considered as "inactive".
bool inactive = 3;boolean hasFieldExtractionMetadata()
Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
FieldExtractionMetadata getFieldExtractionMetadata()
Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
FieldExtractionMetadataOrBuilder getFieldExtractionMetadataOrBuilder()
Field extraction metadata on the property.
.google.cloud.documentai.v1beta3.FieldExtractionMetadata field_extraction_metadata = 9;
Copyright © 2024 Google LLC. All rights reserved.