Uses of Class
com.tencentcloudapi.ocr.v20181119.models.ImageEnhancementResponse
-
Packages that use ImageEnhancementResponse Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of ImageEnhancementResponse in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 that return ImageEnhancementResponse Modifier and Type Method Description ImageEnhancementResponse
OcrClient. ImageEnhancement(ImageEnhancementRequest req)
文本图像增强是面向文档类图片提供的图像增强处理能力,包括切边增强、图像矫正、阴影去除、摩尔纹去除等;可以有效优化文档类的图片质量,提升文字的清晰度。 默认接口请求频率限制:10次/秒。 -
Uses of ImageEnhancementResponse in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type ImageEnhancementResponse Constructor Description ImageEnhancementResponse(ImageEnhancementResponse 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.
-