Uses of Class
com.tencentcloudapi.ocr.v20181119.models.ClassifyDetectInfo
-
Packages that use ClassifyDetectInfo Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of ClassifyDetectInfo in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return ClassifyDetectInfo Modifier and Type Method Description ClassifyDetectInfo[]
ClassifyDetectOCRResponse. getClassifyDetectInfos()
Get 智能卡证分类结果。当图片类型不支持分类识别或者识别出的类型不在请求参数DiscernType指定的范围内时,返回结果中的Type字段将为空字符串,Name字段将返回"其它"Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type ClassifyDetectInfo Modifier and Type Method Description void
ClassifyDetectOCRResponse. setClassifyDetectInfos(ClassifyDetectInfo[] ClassifyDetectInfos)
Set 智能卡证分类结果。当图片类型不支持分类识别或者识别出的类型不在请求参数DiscernType指定的范围内时,返回结果中的Type字段将为空字符串,Name字段将返回"其它"Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type ClassifyDetectInfo Constructor Description ClassifyDetectInfo(ClassifyDetectInfo 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.
-