| Package | Description |
|---|---|
| com.tencentcloudapi.tiia.v20190529.models |
| Modifier and Type | Method and Description |
|---|---|
ImageTag[] |
DetectEnvelopeResponse.getFirstTags()
Get 一级标签结果数组。识别是否文件封。
注意:此字段可能返回 null,表示取不到有效值。
|
ImageTag[] |
DetectEnvelopeResponse.getSecondTags()
Get 二级标签结果数组。识别文件封正反面。
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectEnvelopeResponse.setFirstTags(ImageTag[] FirstTags)
Set 一级标签结果数组。识别是否文件封。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DetectEnvelopeResponse.setSecondTags(ImageTag[] SecondTags)
Set 二级标签结果数组。识别文件封正反面。
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
ImageTag(ImageTag 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.