Uses of Class
com.tencentcloudapi.mps.v20190612.models.OcrFullTextConfigureInfo
-
Packages that use OcrFullTextConfigureInfo Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of OcrFullTextConfigureInfo in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return OcrFullTextConfigureInfo Modifier and Type Method Description OcrFullTextConfigureInfoAIRecognitionTemplateItem. getOcrFullTextConfigure()Get 文本全文识别控制参数。OcrFullTextConfigureInfoCreateAIRecognitionTemplateRequest. getOcrFullTextConfigure()Get 文本全文识别控制参数。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type OcrFullTextConfigureInfo Modifier and Type Method Description voidAIRecognitionTemplateItem. setOcrFullTextConfigure(OcrFullTextConfigureInfo OcrFullTextConfigure)Set 文本全文识别控制参数。voidCreateAIRecognitionTemplateRequest. setOcrFullTextConfigure(OcrFullTextConfigureInfo OcrFullTextConfigure)Set 文本全文识别控制参数。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type OcrFullTextConfigureInfo Constructor Description OcrFullTextConfigureInfo(OcrFullTextConfigureInfo 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.
-