Skip to content

Commit 1ac0466

Browse files
update to internal commit 6e2824ae
1 parent 94beff2 commit 1ac0466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `TextLineResultItem` class represents a single text line result item recogni
2020
class TextLineResultItem extends CapturedResultItem
2121
```
2222

23-
*Inheritance:* [CapturedResultItem]({{ site.dcv_android_api }}core/captured-result-item.html) -> TextLineResultItem
23+
*Inheritance:* [CapturedResultItem]({{ site.dcv_flutter_api }}core/captured-result-item.html) -> TextLineResultItem
2424

2525
## Properties
2626

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

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

0 commit comments

Comments
 (0)