Skip to content

Commit 23d4506

Browse files
update to internal commit 43c5b56e
1 parent 4701047 commit 23d4506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class dynamsoft::dcp::CParsedResult
2323
| [`GetErrorString`](#geterrorstring) | Gets the error message of the parsed result, if an error occurred. |
2424
| [`Release`](#release) | Decreases the reference count of the `CParsedResult` object. |
2525
| [`Retain`](#retain) | Increases the reference count of the `CParsedResult` object. |
26-
| [`operator[]`](#operator[]) | Gets a pointer to the `CParsedResultItem` object at the specified index.|
26+
| [`operator[]`](#operator) | Gets a pointer to the `CParsedResultItem` object at the specified index.|
2727
2828
### GetOriginalImageHashId
2929

0 commit comments

Comments
 (0)