Uses of Class
com.tencentcloudapi.ims.v20200713.models.Location
-
Packages that use Location Package Description com.tencentcloudapi.ims.v20200713.models -
-
Uses of Location in com.tencentcloudapi.ims.v20200713.models
Methods in com.tencentcloudapi.ims.v20200713.models that return Location Modifier and Type Method Description LocationObjectDetail. getLocation()Get 检测框坐标LocationOcrTextDetail. getLocation()Get OCR位置LocationRecognitionTag. getLocation()Get 标签位置信息,若模型无位置信息,则可能为零值 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20200713.models with parameters of type Location Modifier and Type Method Description voidObjectDetail. setLocation(Location Location)Set 检测框坐标voidOcrTextDetail. setLocation(Location Location)Set OCR位置voidRecognitionTag. setLocation(Location Location)Set 标签位置信息,若模型无位置信息,则可能为零值 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20200713.models with parameters of type Location Constructor Description Location(Location 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.
-