public class ImageText extends AbstractModel
Constructor and Description |
---|
ImageText() |
ImageText(ImageText 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 |
getConfidence()
Get 文字内容可信度,0-100评分
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getRotateAngle()
Get 文本旋转角度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 图片文本内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfidence(Long Confidence)
Set 文字内容可信度,0-100评分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRotateAngle(Float RotateAngle)
Set 文本旋转角度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 图片文本内容
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ImageText()
public ImageText(ImageText source)
public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- 文字内容可信度,0-100评分
注意:此字段可能返回 null,表示取不到有效值。public String getText()
public void setText(String Text)
Text
- 图片文本内容
注意:此字段可能返回 null,表示取不到有效值。public Float getRotateAngle()
public void setRotateAngle(Float RotateAngle)
RotateAngle
- 文本旋转角度
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.