public sealed class PropertyMetadata : IMessage<PropertyMetadata>, IEquatable<PropertyMetadata>, IDeepCloneable<PropertyMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class PropertyMetadata.
Metadata about a property.
Implements
IMessagePropertyMetadata, IEquatablePropertyMetadata, IDeepCloneablePropertyMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
PropertyMetadata()
public PropertyMetadata()
PropertyMetadata(PropertyMetadata)
public PropertyMetadata(PropertyMetadata other)
Parameter | |
---|---|
Name | Description |
other |
PropertyMetadata |
Properties
FieldExtractionMetadata
public FieldExtractionMetadata FieldExtractionMetadata { get; set; }
Field extraction metadata on the property.
Property Value | |
---|---|
Type | Description |
FieldExtractionMetadata |
Inactive
public bool Inactive { get; set; }
Whether the property should be considered as "inactive".
Property Value | |
---|---|
Type | Description |
bool |