public static class GetLiveVideoAuditResponse.GetLiveVideoAuditResponseJobsDetail
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo |
adsInfo
审核场景为广告引导的审核结果信息。
|
java.util.List<GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSection> |
audioSection
当审核的直播包含音频流时,该字段用于返回直播中声音审核的结果。
|
java.lang.String |
code
错误码,只有 State 为 Failed 时返回。
|
java.lang.String |
creationTime
直播审核任务的创建时间。
|
java.lang.String |
dataId
提交任务时设置了 DataId 参数时返回,返回原始内容,长度限制为512字节。
|
java.lang.String |
jobId
直播审核任务的 ID。
|
java.lang.String |
label
该字段用于返回检测结果中所对应的优先级最高的恶意标签,表示模型推荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。
|
AuditListInfo |
listInfo
账号黑白名单结果。
|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo |
meaninglessInfo
审核场景为低质量的审核结果信息。
|
java.lang.String |
message
错误描述,只有 State 为 Failed 时返回。
|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo |
pornInfo
审核场景为涉黄的审核结果信息。
|
int |
result
该字段表示本次判定的审核结果,您可以根据该结果,进行后续的操作;建议您按照业务所需,对不同的审核结果进行相应处理。
|
java.util.List<GetLiveVideoAuditResponse.GetLiveVideoAuditResponseSnapshot> |
snapshot
该字段用于返回直播中画面截图审核的结果。
|
java.lang.String |
snapshotCount
当审核的直播包含视频流时,该字段表示直播截图的总数量。
|
java.lang.String |
state
直播审核任务的状态,值为 Submitted(已提交审核)、Success(审核成功)、Failed(审核失败)、Auditing(审核中)其中一个。
|
java.lang.String |
type
审核类型,直播审核固定为 live_video。
|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseUserInfo |
userInfo
用户业务字段。
|
构造器和说明 |
---|
GetLiveVideoAuditResponseJobsDetail() |
public java.lang.String code
public java.lang.String message
public java.lang.String dataId
public java.lang.String jobId
public java.lang.String state
public java.lang.String creationTime
public java.lang.String snapshotCount
public java.lang.String label
public int result
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo pornInfo
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo adsInfo
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseInfo meaninglessInfo
public java.util.List<GetLiveVideoAuditResponse.GetLiveVideoAuditResponseSnapshot> snapshot
public java.util.List<GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSection> audioSection
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseUserInfo userInfo
public AuditListInfo listInfo
public java.lang.String type