Googly. DocumentAI. Model. GoogleCloudDocumentaiUiv1beta3FieldTierMetadata
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Metadata for the field tier of a property.
Attributes
-
tier_level(type:integer()) - 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.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiUiv1beta3FieldTierMetadata{ tier_level: integer() | nil }