Uses of Class
com.tencentcloudapi.cms.v20190321.models.Coordinate
-
Packages that use Coordinate Package Description com.tencentcloudapi.cms.v20190321.models -
-
Uses of Coordinate in com.tencentcloudapi.cms.v20190321.models
Methods in com.tencentcloudapi.cms.v20190321.models that return Coordinate Modifier and Type Method Description CoordinateOCRItem. getTextPosition()Get 检测到的文本坐标信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cms.v20190321.models with parameters of type Coordinate Modifier and Type Method Description voidOCRItem. setTextPosition(Coordinate TextPosition)Set 检测到的文本坐标信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cms.v20190321.models with parameters of type Coordinate Constructor Description Coordinate(Coordinate 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.
-