public class RotateParagraphRect extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RotateParagraphRect() | 
| RotateParagraphRect(RotateParagraphRect 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 | 
|---|---|
| Coord[] | getCoord()Get 段落文本坐标 | 
| Float | getTiltAngle()Get 旋转角度 | 
| Boolean | getValid()Get 段落文本信息是否有效 | 
| void | setCoord(Coord[] Coord)Set 段落文本坐标 | 
| void | setTiltAngle(Float TiltAngle)Set 旋转角度 | 
| void | setValid(Boolean Valid)Set 段落文本信息是否有效 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RotateParagraphRect()
public RotateParagraphRect(RotateParagraphRect source)
public Coord[] getCoord()
public void setCoord(Coord[] Coord)
Coord - 段落文本坐标public Float getTiltAngle()
public void setTiltAngle(Float TiltAngle)
TiltAngle - 旋转角度public Boolean getValid()
public void setValid(Boolean Valid)
Valid - 段落文本信息是否有效Copyright © 2025. All rights reserved.