Class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
Metadata for the field tier of a property.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3FieldTierMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TierLevel
Integer that indicates the tier of a property. e.g. Invoice has entities that are classified as tier 1 which is the most important, while tier 2 and tier 3 less so. This attribute can be used to filter schema attributes before running eval. e.g. compute F1 score for only tier 1 entities. If not present this attribute should be inferred as 1.
Declaration
[JsonProperty("tierLevel")]
public virtual int? TierLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |