public class AiContentReviewResult extends AbstractModel
| Constructor and Description | 
|---|
| AiContentReviewResult() | 
| AiContentReviewResult(AiContentReviewResult 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 | 
|---|---|
| Float | getDuration()Get Audited video duration in seconds. | 
| AiReviewTaskPoliticalAsrResult | getPoliticalAsrTask()Get The result of detecting politically sensitive information based on ASR, which is valid when the task type is `Political.Asr`. | 
| AiReviewTaskPoliticalOcrResult | getPoliticalOcrTask()Get The result of detecting politically sensitive information based on OCR, which is valid when the task type is `Political.Ocr`. | 
| AiReviewTaskPoliticalResult | getPoliticalTask()Get The result of detecting politically sensitive information in images, which is valid when the task type is `Political`. | 
| AiReviewTaskPornAsrResult | getPornAsrTask()Get Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Asr`. | 
| AiReviewTaskPornOcrResult | getPornOcrTask()Get Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Ocr`. | 
| AiReviewTaskPornResult | getPornTask()Get Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is `Porn`. | 
| AiReviewTaskProhibitedAsrResult | getProhibitedAsrTask()Get Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is `Prohibited.Asr`. | 
| AiReviewTaskProhibitedOcrResult | getProhibitedOcrTask()Get Query result of OCR-based prohibited information detection in text task in video content audit, which is valid if task type is `Prohibited.Ocr`. | 
| Float | getSampleRate()Get Sample rate, which indicates the number of video frames captured per second for audit | 
| AiReviewTaskTerrorismOcrResult | getTerrorismOcrTask()Get The result of detecting terrorism content based on OCR, which is valid when task type is `Terrorism.Ocr`. | 
| AiReviewTaskTerrorismResult | getTerrorismTask()Get The result of detecting terrorism content in images, which is valid when the task type is `Terrorism`. | 
| String | getType()Get Task type. | 
| void | setDuration(Float Duration)Set Audited video duration in seconds. | 
| void | setPoliticalAsrTask(AiReviewTaskPoliticalAsrResult PoliticalAsrTask)Set The result of detecting politically sensitive information based on ASR, which is valid when the task type is `Political.Asr`. | 
| void | setPoliticalOcrTask(AiReviewTaskPoliticalOcrResult PoliticalOcrTask)Set The result of detecting politically sensitive information based on OCR, which is valid when the task type is `Political.Ocr`. | 
| void | setPoliticalTask(AiReviewTaskPoliticalResult PoliticalTask)Set The result of detecting politically sensitive information in images, which is valid when the task type is `Political`. | 
| void | setPornAsrTask(AiReviewTaskPornAsrResult PornAsrTask)Set Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Asr`. | 
| void | setPornOcrTask(AiReviewTaskPornOcrResult PornOcrTask)Set Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Ocr`. | 
| void | setPornTask(AiReviewTaskPornResult PornTask)Set Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is `Porn`. | 
| void | setProhibitedAsrTask(AiReviewTaskProhibitedAsrResult ProhibitedAsrTask)Set Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is `Prohibited.Asr`. | 
| void | setProhibitedOcrTask(AiReviewTaskProhibitedOcrResult ProhibitedOcrTask)Set Query result of OCR-based prohibited information detection in text task in video content audit, which is valid if task type is `Prohibited.Ocr`. | 
| void | setSampleRate(Float SampleRate)Set Sample rate, which indicates the number of video frames captured per second for audit | 
| void | setTerrorismOcrTask(AiReviewTaskTerrorismOcrResult TerrorismOcrTask)Set The result of detecting terrorism content based on OCR, which is valid when task type is `Terrorism.Ocr`. | 
| void | setTerrorismTask(AiReviewTaskTerrorismResult TerrorismTask)Set The result of detecting terrorism content in images, which is valid when the task type is `Terrorism`. | 
| void | setType(String Type)Set Task type. | 
| 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, toJsonStringpublic AiContentReviewResult()
public AiContentReviewResult(AiContentReviewResult source)
public String getType()
public void setType(String Type)
Type - Task type. Valid values:
public Float getSampleRate()
public void setSampleRate(Float SampleRate)
SampleRate - Sample rate, which indicates the number of video frames captured per second for auditpublic Float getDuration()
public void setDuration(Float Duration)
Duration - Audited video duration in seconds.public AiReviewTaskPornResult getPornTask()
public void setPornTask(AiReviewTaskPornResult PornTask)
PornTask - Query result of an intelligent porn information detection in image task in video content audit, which is valid when task type is `Porn`.
Note: This field may return null, indicating that no valid values can be obtained.public AiReviewTaskTerrorismResult getTerrorismTask()
public void setTerrorismTask(AiReviewTaskTerrorismResult TerrorismTask)
TerrorismTask - The result of detecting terrorism content in images, which is valid when the task type is `Terrorism`.
Note: This field may return `null`, indicating that no valid values can be obtained.public AiReviewTaskPoliticalResult getPoliticalTask()
public void setPoliticalTask(AiReviewTaskPoliticalResult PoliticalTask)
PoliticalTask - The result of detecting politically sensitive information in images, which is valid when the task type is `Political`.
Note: This field may return `null`, indicating that no valid values can be obtained.public AiReviewTaskPornAsrResult getPornAsrTask()
public void setPornAsrTask(AiReviewTaskPornAsrResult PornAsrTask)
PornAsrTask - Query result of an ASR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Asr`.
Note: This field may return null, indicating that no valid values can be obtained.public AiReviewTaskPornOcrResult getPornOcrTask()
public void setPornOcrTask(AiReviewTaskPornOcrResult PornOcrTask)
PornOcrTask - Query result of an OCR-based porn information detection in text task in video content audit, which is valid when task type is `Porn.Ocr`.
Note: This field may return null, indicating that no valid values can be obtained.public AiReviewTaskPoliticalAsrResult getPoliticalAsrTask()
public void setPoliticalAsrTask(AiReviewTaskPoliticalAsrResult PoliticalAsrTask)
PoliticalAsrTask - The result of detecting politically sensitive information based on ASR, which is valid when the task type is `Political.Asr`.
Note: This field may return `null`, indicating that no valid values can be obtained.public AiReviewTaskPoliticalOcrResult getPoliticalOcrTask()
public void setPoliticalOcrTask(AiReviewTaskPoliticalOcrResult PoliticalOcrTask)
PoliticalOcrTask - The result of detecting politically sensitive information based on OCR, which is valid when the task type is `Political.Ocr`.
Note: This field may return `null`, indicating that no valid values can be obtained.public AiReviewTaskTerrorismOcrResult getTerrorismOcrTask()
public void setTerrorismOcrTask(AiReviewTaskTerrorismOcrResult TerrorismOcrTask)
TerrorismOcrTask - The result of detecting terrorism content based on OCR, which is valid when task type is `Terrorism.Ocr`.
Note: This field may return `null`, indicating that no valid values can be obtained.public AiReviewTaskProhibitedAsrResult getProhibitedAsrTask()
public void setProhibitedAsrTask(AiReviewTaskProhibitedAsrResult ProhibitedAsrTask)
ProhibitedAsrTask - Query result of ASR-based prohibited information detection in speech task in video content audit, which is valid if task type is `Prohibited.Asr`.public AiReviewTaskProhibitedOcrResult getProhibitedOcrTask()
public void setProhibitedOcrTask(AiReviewTaskProhibitedOcrResult ProhibitedOcrTask)
ProhibitedOcrTask - Query result of OCR-based prohibited information detection in text task in video content audit, which is valid if task type is `Prohibited.Ocr`.Copyright © 2022. All rights reserved.