| Package | Description |
|---|---|
| com.tencentcloudapi.vod.v20180717.models |
| Modifier and Type | Method and Description |
|---|---|
ContentReviewOcrResult |
ContentReviewResult.getPoliticalOcrResult()
Get 图片 OCR 文字中的鉴别令人不适宜信息结果,当 Type 为 Political.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
ContentReviewOcrResult |
ContentReviewResult.getPornOcrResult()
Get 图片 OCR 文字中的鉴别令人反感的信息结果,当 Type 为 Porn.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
ContentReviewOcrResult |
ContentReviewResult.getTerrorismOcrResult()
Get 图片 OCR 中的鉴别令人不安全的信息结果,当 Type 为 Terrorism.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentReviewResult.setPoliticalOcrResult(ContentReviewOcrResult PoliticalOcrResult)
Set 图片 OCR 文字中的鉴别令人不适宜信息结果,当 Type 为 Political.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ContentReviewResult.setPornOcrResult(ContentReviewOcrResult PornOcrResult)
Set 图片 OCR 文字中的鉴别令人反感的信息结果,当 Type 为 Porn.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ContentReviewResult.setTerrorismOcrResult(ContentReviewOcrResult TerrorismOcrResult)
Set 图片 OCR 中的鉴别令人不安全的信息结果,当 Type 为 Terrorism.Ocr 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
ContentReviewOcrResult(ContentReviewOcrResult 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.