Skip to content

Commit 257bc30

Browse files
update to internal commit f451f0b9
1 parent 1ac0466 commit 257bc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/flutter/api-reference/text-line-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TextLineResultItem extends CapturedResultItem
2929
| [`text`](#text) | *String* | Returns the text content of the text line. |
3030
| [`location`](#location) | *Quadrilateral* | Returns the location of the text line in the form of a quadrilateral. |
3131
| [`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 }}capture-vision-router/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 }}core/character-result.html) object. |
3333
| [`specificationName`](#specificationname) | *String* | Returns the name of the [`TextLineSpecification`]({{site.dcv_parameter_reference}}text-line-specification/) object that generated this `TextLineResultItem`. |
3434
| [`rawText`](#rawtext) | *String* | Returns the recognized raw text, excluding any concatenation separators. |
3535

@@ -59,7 +59,7 @@ int confidence;
5959

6060
### characterResults
6161

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.
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.
6363

6464
```dart
6565
List<CharacterResult>? characterResults;

0 commit comments

Comments
 (0)