Class Words
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.Words
-
public class Words extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharacter()Get 候选字CharacterLonggetConfidence()Get 置信度 0 ~100voidsetCharacter(String Character)Set 候选字CharactervoidsetConfidence(Long Confidence)Set 置信度 0 ~100voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Words
public Words()
-
Words
public Words(Words 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.
-
-
Method Detail
-
getConfidence
public Long getConfidence()
Get 置信度 0 ~100- Returns:
- Confidence 置信度 0 ~100
-
setConfidence
public void setConfidence(Long Confidence)
Set 置信度 0 ~100- Parameters:
Confidence- 置信度 0 ~100
-
getCharacter
public String getCharacter()
Get 候选字Character- Returns:
- Character 候选字Character
-
setCharacter
public void setCharacter(String Character)
Set 候选字Character- Parameters:
Character- 候选字Character
-
-