Skip to content

Commit ecb285d

Browse files
Merge pull request #19 from dynamsoft-docs/preview
update to internal commit 06a79fad
2 parents 9397040 + 67772ee commit ecb285d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/api-reference/parsed-result.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ParsedResult : CapturedResultBase
2323

2424
| Property | Type | Description |
2525
|----------|------|-------------|
26-
| [`Items`](#items) | *List<ParsedResultItem>* | The parsed result item at the specified index. |
26+
| [`Items`](#items) | *ParsedResultItem[]* | The parsed result item at the specified index. |
2727

2828
The following properties are inherited from [`CapturedResultBase`]({{ site.dcv_maui_api }}core/captured-result-base.html):
2929

@@ -39,7 +39,7 @@ The following properties are inherited from [`CapturedResultBase`]({{ site.dcv_m
3939
The parsed result item at the specified index.
4040

4141
```csharp
42-
List<ParsedResultItem> Items { get; }
42+
ParsedResultItem[]? Items { get; }
4343
```
4444

4545
**See Also**

0 commit comments

Comments
 (0)