Identifier
Identifier
contains normalized textual identifiers extracted from the drawing, such as part numbers, revision codes, or section labels. It stores the raw text, its cleaned version, context hints, and links to the geometry or table where it appeared. Having identifiers in a structured model enables reliable cross- referencing between balloons, BOM rows, and title blocks. You can use it to map drawings to ERP records, trigger version comparisons, or build navigation interfaces that jump to specific sections. The object also captures confidence scores and language metadata, helping you prioritize review when OCR or parsing conditions are challenging. Because identifiers frequently anchor workflows, the model keeps track of duplicates, alternatives, and normalization rules applied so your downstream systems can reconcile variations automatically.
Bases: Entry
Represents an identifier (such as the drawing number) used for distinguishing elements in a drawing.
PARAMETER | DESCRIPTION |
---|---|
reference_id | Reference ID to identify the object. TYPE: |
language | The language of the identifier, if known. TYPE: |
value | The value of the identifier. Must be a non-empty string. TYPE: |
identifier_type | The type of identifier, such as part ID or drawing ID. TYPE: |
stakeholder | The associated stakeholder, if known. TYPE: |
period | The associated period, if known. TYPE: |