Uses of Class
com.tencentcloudapi.ocr.v20181119.models.EnglishOCRRequest
-
Packages that use EnglishOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of EnglishOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type EnglishOCRRequest Modifier and Type Method Description EnglishOCRResponseOcrClient. EnglishOCR(EnglishOCRRequest req)本接口支持图像英文文字的检测和识别,返回文字框位置与文字内容。支持多场景、任意版面下的英文、字母、数字和常见字符的识别,同时覆盖英文印刷体和英文手写体识别。 默认接口请求频率限制:10次/秒。 -
Uses of EnglishOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type EnglishOCRRequest Constructor Description EnglishOCRRequest(EnglishOCRRequest 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.
-