public class ItemValue extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ItemValue() | 
| ItemValue(ItemValue 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 | 
|---|---|
| Long | getH()Get 高度 | 
| String | getSourceText()Get 识别出的源文 | 
| String | getTargetText()Get 翻译后的译文 | 
| Long | getW()Get 宽度 | 
| Long | getX()Get X坐标 | 
| Long | getY()Get Y坐标 | 
| void | setH(Long H)Set 高度 | 
| void | setSourceText(String SourceText)Set 识别出的源文 | 
| void | setTargetText(String TargetText)Set 翻译后的译文 | 
| void | setW(Long W)Set 宽度 | 
| void | setX(Long X)Set X坐标 | 
| void | setY(Long Y)Set Y坐标 | 
| 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 ItemValue()
public ItemValue(ItemValue source)
public String getSourceText()
public void setSourceText(String SourceText)
SourceText - 识别出的源文public String getTargetText()
public void setTargetText(String TargetText)
TargetText - 翻译后的译文public Long getX()
public void setX(Long X)
X - X坐标public Long getY()
public void setY(Long Y)
Y - Y坐标public Long getW()
public void setW(Long W)
W - 宽度public Long getH()
public void setH(Long H)
H - 高度Copyright © 2025. All rights reserved.