Uses of Class
com.tencentcloudapi.ims.v20201229.models.Location
-
Packages that use Location Package Description com.tencentcloudapi.ims.v20201229.models -
-
Uses of Location in com.tencentcloudapi.ims.v20201229.models
Methods in com.tencentcloudapi.ims.v20201229.models that return Location Modifier and Type Method Description LocationObjectDetail. getLocation()Get 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。LocationOcrTextDetail. getLocation()Get 该参数用于返回OCR检测框在图片中的位置(左上角xy坐标、长宽、旋转角度),以方便快速定位识别文字的相关信息。LocationRecognitionTag. getLocation()Get 标签位置信息,若模型无位置信息,则可能为零值 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ims.v20201229.models with parameters of type Location Modifier and Type Method Description voidObjectDetail. setLocation(Location Location)Set 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。voidOcrTextDetail. setLocation(Location Location)Set 该参数用于返回OCR检测框在图片中的位置(左上角xy坐标、长宽、旋转角度),以方便快速定位识别文字的相关信息。voidRecognitionTag. setLocation(Location Location)Set 标签位置信息,若模型无位置信息,则可能为零值 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ims.v20201229.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.
-