Uses of Class
com.tencentcloudapi.ocr.v20181119.models.TextDetectRequest
-
Packages that use TextDetectRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of TextDetectRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type TextDetectRequest Modifier and Type Method Description TextDetectResponse
OcrClient. TextDetect(TextDetectRequest req)
本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。 -
Uses of TextDetectRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type TextDetectRequest Constructor Description TextDetectRequest(TextDetectRequest 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.
-