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