Uses of Class
com.tencentcloudapi.iss.v20230517.models.Location
-
Packages that use Location Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of Location in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return Location Modifier and Type Method Description LocationBaseAIResultInfo. getLocation()Get 截图中坐标信息LocationCarAIResultInfo. getLocation()Get 截图中坐标信息LocationPlateContent. getLocation()Get 截图中坐标信息Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type Location Modifier and Type Method Description voidBaseAIResultInfo. setLocation(Location Location)Set 截图中坐标信息voidCarAIResultInfo. setLocation(Location Location)Set 截图中坐标信息voidPlateContent. setLocation(Location Location)Set 截图中坐标信息Constructors in com.tencentcloudapi.iss.v20230517.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.
-