Uses of Class
com.tencentcloudapi.vm.v20201229.models.ImageResultsResultDetailLocation
-
Packages that use ImageResultsResultDetailLocation Package Description com.tencentcloudapi.vm.v20201229.models -
-
Uses of ImageResultsResultDetailLocation in com.tencentcloudapi.vm.v20201229.models
Methods in com.tencentcloudapi.vm.v20201229.models that return ImageResultsResultDetailLocation Modifier and Type Method Description ImageResultsResultDetailLocationImageResultsResultDetail. getLocation()Get 该字段用于返回图像审核子结果的详细位置信息,如坐标、大小、旋转角度等。详细返回内容敬请参考ImageResultsResultDetailLocation数据结构的描述。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.vm.v20201229.models with parameters of type ImageResultsResultDetailLocation Modifier and Type Method Description voidImageResultsResultDetail. setLocation(ImageResultsResultDetailLocation Location)Set 该字段用于返回图像审核子结果的详细位置信息,如坐标、大小、旋转角度等。详细返回内容敬请参考ImageResultsResultDetailLocation数据结构的描述。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.vm.v20201229.models with parameters of type ImageResultsResultDetailLocation Constructor Description ImageResultsResultDetailLocation(ImageResultsResultDetailLocation 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.
-