DetectedTagApiDto
Properties
| Name |
Type |
Description |
Notes |
| rawTag |
String |
The raw tag string as it appears in the document text (e.g., "/s1/", "{{Sig1_es_:signer1:signature}}"). |
[default to null] |
| type |
String |
The parsed annotation type (e.g., "Signature", "Initials", "DateSigned", "Text", "Checkbox"). |
[default to null] |
| signerIndex |
Integer |
The zero-based signer index this tag is assigned to, derived from the tag syntax. |
[default to null] |
| required |
Boolean |
Whether the tag indicates a required field. |
[default to null] |
| pageNumber |
Integer |
The 1-based page number where the tag was found. |
[default to null] |
| x |
Double |
The X coordinate of the tag's position, normalized as a fraction of page width (0.0 = left edge, 1.0 = right edge). |
[default to null] |
| y |
Double |
The Y coordinate of the tag's position, normalized as a fraction of page height (0.0 = top edge, 1.0 = bottom edge). |
[default to null] |
| width |
Double |
The width of the tag region, normalized as a fraction of page width (0.0 to 1.0). |
[default to null] |
| height |
Double |
The height of the tag region, normalized as a fraction of page height (0.0 to 1.0). |
[default to null] |
| label |
String |
An optional label parsed from the tag syntax, or null if the tag format does not support labels. |
[default to null] |
[Back to Model list] [Back to API list] [Back to README]