Uses of Class
com.tencentcloudapi.ocr.v20181119.models.GeneralFastOCRRequest
-
Packages that use GeneralFastOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of GeneralFastOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type GeneralFastOCRRequest Modifier and Type Method Description GeneralFastOCRResponse
OcrClient. GeneralFastOCR(GeneralFastOCRRequest req)
本接口支持图片中整体文字的检测和识别,返回文字框位置与文字内容。相比通用印刷体识别接口,识别速度更快。 默认接口请求频率限制:10次/秒。 -
Uses of GeneralFastOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type GeneralFastOCRRequest Constructor Description GeneralFastOCRRequest(GeneralFastOCRRequest 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.
-