We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4701047 commit 23d4506Copy full SHA for 23d4506
programming/cplusplus/api-reference/parsed-result.md
@@ -23,7 +23,7 @@ class dynamsoft::dcp::CParsedResult
23
| [`GetErrorString`](#geterrorstring) | Gets the error message of the parsed result, if an error occurred. |
24
| [`Release`](#release) | Decreases the reference count of the `CParsedResult` object. |
25
| [`Retain`](#retain) | Increases the reference count of the `CParsedResult` object. |
26
-| [`operator[]`](#operator[]) | Gets a pointer to the `CParsedResultItem` object at the specified index.|
+| [`operator[]`](#operator) | Gets a pointer to the `CParsedResultItem` object at the specified index.|
27
28
### GetOriginalImageHashId
29
0 commit comments