public static class GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSection
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSectionInfo |
adsInfo
审核场景为广告引导的审核结果信息。
|
int |
duration
当前声音片段的长度,单位毫秒。
|
java.lang.String |
label
该字段用于返回检测结果中所对应的优先级最高的恶意标签,表示模型��荐的审核结果,建议您按照业务所需,对不同违规类型与建议值进行处理。
|
int |
offsetTime
该字段返回当前声音片段的时间戳,单位为毫秒,例如1649387157000。
|
GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSectionInfo |
pornInfo
审核场景为涉黄的审核结果信息。
|
int |
result
该字段表示本次判定的审核结果,您可以根据该结果,进行后续的操作;建议您按照业务所需,对不同的审核结果进行相应处理。
|
java.lang.String |
text
该字段用于返回当前直播声音片段的 ASR 文本识别的检测结果。
|
java.lang.String |
url
直播声音片段的访问地址,您可以通过该地址获取该声音片段的内容,地址格式为标准 URL 格式。
|
构造器和说明 |
---|
GetLiveVideoAuditResponseAudioSection() |
public java.lang.String url
public java.lang.String text
public int offsetTime
public int duration
public java.lang.String label
public int result
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSectionInfo pornInfo
public GetLiveVideoAuditResponse.GetLiveVideoAuditResponseAudioSectionInfo adsInfo