public class CommonMixCropParams extends AbstractModel
| Constructor and Description | 
|---|
| CommonMixCropParams() | 
| CommonMixCropParams(CommonMixCropParams 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getCropHeight()Get Crop height. | 
| Float | getCropStartLocationX()Get Starting crop X coordinate. | 
| Float | getCropStartLocationY()Get Starting crop Y coordinate. | 
| Float | getCropWidth()Get Crop width. | 
| void | setCropHeight(Float CropHeight)Set Crop height. | 
| void | setCropStartLocationX(Float CropStartLocationX)Set Starting crop X coordinate. | 
| void | setCropStartLocationY(Float CropStartLocationY)Set Starting crop Y coordinate. | 
| void | setCropWidth(Float CropWidth)Set Crop width. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CommonMixCropParams()
public CommonMixCropParams(CommonMixCropParams source)
public Float getCropWidth()
public void setCropWidth(Float CropWidth)
CropWidth - Crop width. Value range: [0,2000].public Float getCropHeight()
public void setCropHeight(Float CropHeight)
CropHeight - Crop height. Value range: [0,2000].public Float getCropStartLocationX()
public void setCropStartLocationX(Float CropStartLocationX)
CropStartLocationX - Starting crop X coordinate. Value range: [0,2000].public Float getCropStartLocationY()
public void setCropStartLocationY(Float CropStartLocationY)
CropStartLocationY - Starting crop Y coordinate. Value range: [0,2000].Copyright © 2022. All rights reserved.