You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming/flutter/api-reference/parsed-field.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ class ParsedField
26
26
| -------- | ---- | ----------- |
27
27
|[`value`](#value)|*String*| The processed value of the parsed field. |
28
28
|[`rawValue`](#value)|*String*| The raw string value of the field as obtained from the source data. |
29
-
|[`mappingStatus`](#mappingstatus)|[*EnumMappingStatus*](./enum/mapping-status.md)| A status representing whether the field was mapped from the source data or not. |
30
-
|[`validationStatus`](#validationstatus)|[*EnumValidationStatus*](./enum/validation-status.md)| The status of a field's value after the internal validation checks. |
29
+
|[`mappingStatus`](#mappingstatus)|[*EnumMappingStatus*]({{ site.dcv_flutter_api }}core/enum/mapping-status.html) | A status representing whether the field was mapped from the source data or not. |
30
+
|[`validationStatus`](#validationstatus)|[*EnumValidationStatus*]({{ site.dcv_flutter_api }}core/enum/validation-status.html) | The status of a field's value after the internal validation checks. |
Copy file name to clipboardExpand all lines: programming/flutter/api-reference/parsed-result-item.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following methods are inherited from [`CapturedResultItem`]({{ site.dcv_flut
34
34
| -------- | ---- | ----------- |
35
35
|[`targetROIDefName`]({{ site.dcv_flutter_api }}core/captured-result-item.html#targetroidefname) |*String*| The name of the target region of interest (ROI) where the captured result was found. |
36
36
|[`taskName`]({{ site.dcv_flutter_api }}core/captured-result-item.html#taskname) |*String*| The name of the recognition task that produced the CapturedResultItem. |
37
-
|[`type`]({{ site.dcv_flutter_api }}core/captured-result-item.html#type) |[*EnumCapturedResultItemType*]({{ site.dcv_flutter_api }}core/enum/captured-result-item-type.md) | The type of the captured result item. |
37
+
|[`type`]({{ site.dcv_flutter_api }}core/captured-result-item.html#type) |[*EnumCapturedResultItemType*]({{ site.dcv_flutter_api }}core/enum/captured-result-item-type.html) | The type of the captured result item. |
0 commit comments