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
@@ -29,7 +29,7 @@ class TextLineResultItem extends CapturedResultItem
29
29
|[`text`](#text)|*String*| Returns the text content of the text line. |
30
30
|[`location`](#location)|*Quadrilateral*| Returns the location of the text line in the form of a quadrilateral. |
31
31
|[`confidence`](#confidence)|*int*| Returns the confidence of the text line recognition result. |
32
-
|[`characterResults`](#characterresults)|*List<CharacterResult>*| Get all the characters in the text line. Each character is represented by a [`CharacterResult`]({{ site.dcv_flutter_api }}core/character-result.html) object. |
32
+
|[`characterResults`](#characterresults)|*List<CharacterResult>*| Get all the characters in the text line. Each character is represented by a [`CharacterResult`]({{ site.dcv_flutter_api }}capture-vision-router/character-result.html) object. |
33
33
|[`specificationName`](#specificationname)|*String*| Returns the name of the [`TextLineSpecification`]({{site.dcv_parameter_reference}}text-line-specification/) object that generated this `TextLineResultItem`. |
34
34
|[`rawText`](#rawtext)|*String*| Returns the recognized raw text, excluding any concatenation separators. |
35
35
@@ -59,7 +59,7 @@ int confidence;
59
59
60
60
### characterResults
61
61
62
-
Returns all the characters in the text line. Each character is represented by a [`CharacterResult`]({{ site.dcv_flutter_api }}core/character-result.html) object.
62
+
Returns all the characters in the text line. Each character is represented by a [`CharacterResult`]({{ site.dcv_flutter_api }}capture-vision-router/character-result.html) object.
0 commit comments