Uses of Class
com.tencentcloudapi.ocr.v20181119.models.SmartFormFileUrl
-
Packages that use SmartFormFileUrl Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of SmartFormFileUrl in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return SmartFormFileUrl Modifier and Type Method Description SmartFormFileUrl[]
CreateAIFormTaskRequest. getFileList()
Get 多个文件的URL列表Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type SmartFormFileUrl Modifier and Type Method Description void
CreateAIFormTaskRequest. setFileList(SmartFormFileUrl[] FileList)
Set 多个文件的URL列表Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type SmartFormFileUrl Constructor Description SmartFormFileUrl(SmartFormFileUrl 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.
-