Uses of Class
com.tencentcloudapi.cii.v20210408.models.Location
-
Packages that use Location Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of Location in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return Location Modifier and Type Method Description LocationOcrRecognise. getLocation()Get 位置信息Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type Location Modifier and Type Method Description voidOcrRecognise. setLocation(Location Location)Set 位置信息Constructors in com.tencentcloudapi.cii.v20210408.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.
-