| Package | Description |
|---|---|
| com.tencentcloudapi.mrs.v20200910.models |
| Modifier and Type | Method and Description |
|---|---|
OcrInfo[] |
ImageToObjectRequest.getOcrInfoList()
Get 可选。 图片OCR信息列表,每一个元素是一张图片的OCR结果。适用于不想将医疗报告图片传入腾讯云的客户,客户可对图片OCR信息中的敏感信息去除之后再传入。与 ImageInfoList 二选一,同时存在则使用OcrInfoList
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageToObjectRequest.setOcrInfoList(OcrInfo[] OcrInfoList)
Set 可选。 图片OCR信息列表,每一个元素是一张图片的OCR结果。适用于不想将医疗报告图片传入腾讯云的客户,客户可对图片OCR信息中的敏感信息去除之后再传入。与 ImageInfoList 二选一,同时存在则使用OcrInfoList
|
| Constructor and Description |
|---|
OcrInfo(OcrInfo 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 © 2025. All rights reserved.