Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
Words[] |
CandWord.getCandWords()
Get 候选字符集的单词信息(包括单词Character和单词置信度confidence)
|
Words[] |
TextDetectionEn.getWords()
Get 识别出来的单词信息(包括单词Character和单词置信度confidence)
|
Modifier and Type | Method and Description |
---|---|
void |
CandWord.setCandWords(Words[] CandWords)
Set 候选字符集的单词信息(包括单词Character和单词置信度confidence)
|
void |
TextDetectionEn.setWords(Words[] Words)
Set 识别出来的单词信息(包括单词Character和单词置信度confidence)
|
Constructor and Description |
---|
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.
|
Copyright © 2022. All rights reserved.