public class QualityInspectTaskOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityInspectTaskOutput() |
QualityInspectTaskOutput(QualityInspectTaskOutput 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 |
---|---|
Long |
getNoAudio()
Get Whether the media files have no audio track, range: 0: No, that is, there is an audio track; 1: Yes, that is, there is no audio track.
|
Long |
getNoVideo()
Get Whether the media files have no video track, range: 0: No, that is, there is a video track; 1: Yes, that is, there is no video track.
|
Long |
getQualityEvaluationScore()
Get Quality score, value range: [0, 100].
|
QualityInspectResultItem[] |
getQualityInspectResultSet()
Get Abnormal items list detected of media quality inspection task
|
void |
setNoAudio(Long NoAudio)
Set Whether the media files have no audio track, range: 0: No, that is, there is an audio track; 1: Yes, that is, there is no audio track.
|
void |
setNoVideo(Long NoVideo)
Set Whether the media files have no video track, range: 0: No, that is, there is a video track; 1: Yes, that is, there is no video track.
|
void |
setQualityEvaluationScore(Long QualityEvaluationScore)
Set Quality score, value range: [0, 100].
|
void |
setQualityInspectResultSet(QualityInspectResultItem[] QualityInspectResultSet)
Set Abnormal items list detected of media quality inspection task
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityInspectTaskOutput()
public QualityInspectTaskOutput(QualityInspectTaskOutput source)
public Long getNoAudio()
public void setNoAudio(Long NoAudio)
NoAudio
- Whether the media files have no audio track, range: public Long getNoVideo()
public void setNoVideo(Long NoVideo)
NoVideo
- Whether the media files have no video track, range: public Long getQualityEvaluationScore()
public void setQualityEvaluationScore(Long QualityEvaluationScore)
QualityEvaluationScore
- Quality score, value range: [0, 100].public QualityInspectResultItem[] getQualityInspectResultSet()
public void setQualityInspectResultSet(QualityInspectResultItem[] QualityInspectResultSet)
QualityInspectResultSet
- Abnormal items list detected of media quality inspection taskCopyright © 2024. All rights reserved.