Uses of Class
com.tencentcloudapi.ims.v20201229.models.OcrResult
-
Packages that use OcrResult Package Description com.tencentcloudapi.ims.v20201229.models -
-
Uses of OcrResult in com.tencentcloudapi.ims.v20201229.models
Methods in com.tencentcloudapi.ims.v20201229.models that return OcrResult Modifier and Type Method Description OcrResult[]ImageModerationResponse. getOcrResults()Get 该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20201229.models with parameters of type OcrResult Modifier and Type Method Description voidImageModerationResponse. setOcrResults(OcrResult[] OcrResults)Set 该字段用于返回OCR文本识别的详细检测结果;包括:文本坐标信息、文本识别结果、建议操作等内容审核信息;详细返回值信息可参阅对应的数据结构(OcrResults)描述。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20201229.models with parameters of type OcrResult Constructor Description OcrResult(OcrResult 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.
-