Uses of Class
com.tencentcloudapi.ocr.v20181119.models.GeneralHandwritingOCRRequest
-
Packages that use GeneralHandwritingOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of GeneralHandwritingOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type GeneralHandwritingOCRRequest Modifier and Type Method Description GeneralHandwritingOCRResponseOcrClient. GeneralHandwritingOCR(GeneralHandwritingOCRRequest req)本接口支持图片内手写体文字的检测和识别,针对手写字体无规则、字迹潦草、模糊等特点进行了识别能力的增强。 默认接口请求频率限制:10次/秒。 -
Uses of GeneralHandwritingOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type GeneralHandwritingOCRRequest Constructor Description GeneralHandwritingOCRRequest(GeneralHandwritingOCRRequest 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.
-