Cloud Document AI v1beta3 API - Class PropertyMetadata (2.0.0-beta18)

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.

Inheritance

object > PropertyMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

PropertyMetadata()

public PropertyMetadata()

PropertyMetadata(PropertyMetadata)

public PropertyMetadata(PropertyMetadata other)
Parameter
NameDescription
otherPropertyMetadata

Properties

FieldExtractionMetadata

public FieldExtractionMetadata FieldExtractionMetadata { get; set; }

Field extraction metadata on the property.

Property Value
TypeDescription
FieldExtractionMetadata

Inactive

public bool Inactive { get; set; }

Whether the property should be considered as "inactive".

Property Value
TypeDescription
bool