Uses of Class
com.tencentcloudapi.cms.v20190321.models.OCRItem
-
Packages that use OCRItem Package Description com.tencentcloudapi.cms.v20190321.models -
-
Uses of OCRItem in com.tencentcloudapi.cms.v20190321.models
Methods in com.tencentcloudapi.cms.v20190321.models that return OCRItem Modifier and Type Method Description OCRItem[]OCRDetect. getItem()Get 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cms.v20190321.models with parameters of type OCRItem Modifier and Type Method Description voidOCRDetect. setItem(OCRItem[] Item)Set 识别到的详细信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cms.v20190321.models with parameters of type OCRItem Constructor Description OCRItem(OCRItem 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.
-