Uses of Class
com.tencentcloudapi.mps.v20190612.models.UserDefineOcrTextReviewTemplateInfo
-
Packages that use UserDefineOcrTextReviewTemplateInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of UserDefineOcrTextReviewTemplateInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return UserDefineOcrTextReviewTemplateInfo Modifier and Type Method Description UserDefineOcrTextReviewTemplateInfoUserDefineConfigureInfo. getOcrReviewInfo()Get 用户自定义文本审核控制参数。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type UserDefineOcrTextReviewTemplateInfo Modifier and Type Method Description voidUserDefineConfigureInfo. setOcrReviewInfo(UserDefineOcrTextReviewTemplateInfo OcrReviewInfo)Set 用户自定义文本审核控制参数。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type UserDefineOcrTextReviewTemplateInfo Constructor Description UserDefineOcrTextReviewTemplateInfo(UserDefineOcrTextReviewTemplateInfo 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.
-