| Package | Description | 
|---|---|
| com.tencentcloudapi.ims.v20201229.models | 
| Modifier and Type | Method and Description | 
|---|---|
OcrTextDetail[] | 
OcrResult.getDetails()
Get This field is used to return the details of the OCR recognition result, such as text content, tag, and recognition frame position. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OcrResult.setDetails(OcrTextDetail[] Details)
Set This field is used to return the details of the OCR recognition result, such as text content, tag, and recognition frame position. 
 | 
| Constructor and Description | 
|---|
OcrTextDetail(OcrTextDetail source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
Copyright © 2023. All rights reserved.