public class CreateLiveStreamMonitorRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateLiveStreamMonitorRequest() | 
| CreateLiveStreamMonitorRequest(CreateLiveStreamMonitorRequest 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[] | getAiAsrInputIndexList()Get 智能语音识别的输入列表,若开启语音识别则必填。
(第1条输入流index为1) | 
| Long | getAiFormatDiagnose()Get 是否开启格式诊断。 | 
| Long[] | getAiOcrInputIndexList()Get 智能文字识别的输入列表,若开启文字识别则必填。
(第1条输入流index为1) | 
| Long | getAiQualityControl()Get 是否开启内容质检。 | 
| Long | getAllowMonitorReport()Get 是否存储监播事件到监播报告,以及是否允许查询监播报告。 | 
| Long | getAsrLanguage()Get 智能语音识别语种设置:
0 关闭 1 中文 2 英文 3 日文 4 韩文。 | 
| String | getCasterId()Get 导播台监播对应的导播台场次id。 | 
| Long | getCheckStreamBroken()Get 是否开启断流检测。 | 
| Long | getCheckStreamLowFrameRate()Get 是否开启低帧率检测。 | 
| LiveStreamMonitorInputInfo[] | getInputList()Get 待监播的输入流信息列表。 | 
| String | getMonitorName()Get 监播任务名称。字段长度小于128字节(一个汉字两个字节)。 | 
| LiveStreamMonitorNotifyPolicy | getNotifyPolicy()Get 监播事件通知策略。
不填默认为没有任何通知。 | 
| Long | getOcrLanguage()Get 智能文字识别语种设置:
0 关闭 1 中、英文。 | 
| LiveStreamMonitorOutputInfo | getOutputInfo()Get 监播任务的输出信息。 | 
| String | getPullPushTaskId()Get 拉流转推监播任务对应的拉流转推场次id | 
| void | setAiAsrInputIndexList(Long[] AiAsrInputIndexList)Set 智能语音识别的输入列表,若开启语音识别则必填。
(第1条输入流index为1) | 
| void | setAiFormatDiagnose(Long AiFormatDiagnose)Set 是否开启格式诊断。 | 
| void | setAiOcrInputIndexList(Long[] AiOcrInputIndexList)Set 智能文字识别的输入列表,若开启文字识别则必填。
(第1条输入流index为1) | 
| void | setAiQualityControl(Long AiQualityControl)Set 是否开启内容质检。 | 
| void | setAllowMonitorReport(Long AllowMonitorReport)Set 是否存储监播事件到监播报告,以及是否允许查询监播报告。 | 
| void | setAsrLanguage(Long AsrLanguage)Set 智能语音识别语种设置:
0 关闭 1 中文 2 英文 3 日文 4 韩文。 | 
| void | setCasterId(String CasterId)Set 导播台监播对应的导播台场次id。 | 
| void | setCheckStreamBroken(Long CheckStreamBroken)Set 是否开启断流检测。 | 
| void | setCheckStreamLowFrameRate(Long CheckStreamLowFrameRate)Set 是否开启低帧率检测。 | 
| void | setInputList(LiveStreamMonitorInputInfo[] InputList)Set 待监播的输入流信息列表。 | 
| void | setMonitorName(String MonitorName)Set 监播任务名称。字段长度小于128字节(一个汉字两个字节)。 | 
| void | setNotifyPolicy(LiveStreamMonitorNotifyPolicy NotifyPolicy)Set 监播事件通知策略。
不填默认为没有任何通知。 | 
| void | setOcrLanguage(Long OcrLanguage)Set 智能文字识别语种设置:
0 关闭 1 中、英文。 | 
| void | setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)Set 监播任务的输出信息。 | 
| void | setPullPushTaskId(String PullPushTaskId)Set 拉流转推监播任务对应的拉流转推场次id | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateLiveStreamMonitorRequest()
public CreateLiveStreamMonitorRequest(CreateLiveStreamMonitorRequest source)
public LiveStreamMonitorOutputInfo getOutputInfo()
public void setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)
OutputInfo - 监播任务的输出信息。public LiveStreamMonitorInputInfo[] getInputList()
public void setInputList(LiveStreamMonitorInputInfo[] InputList)
InputList - 待监播的输入流信息列表。public String getMonitorName()
public void setMonitorName(String MonitorName)
MonitorName - 监播任务名称。字段长度小于128字节(一个汉字两个字节)。public LiveStreamMonitorNotifyPolicy getNotifyPolicy()
public void setNotifyPolicy(LiveStreamMonitorNotifyPolicy NotifyPolicy)
NotifyPolicy - 监播事件通知策略。
不填默认为没有任何通知。public Long getAsrLanguage()
public void setAsrLanguage(Long AsrLanguage)
AsrLanguage - 智能语音识别语种设置:
0 关闭 1 中文 2 英文 3 日文 4 韩文。public Long getOcrLanguage()
public void setOcrLanguage(Long OcrLanguage)
OcrLanguage - 智能文字识别语种设置:
0 关闭 1 中、英文。public Long[] getAiAsrInputIndexList()
public void setAiAsrInputIndexList(Long[] AiAsrInputIndexList)
AiAsrInputIndexList - 智能语音识别的输入列表,若开启语音识别则必填。
(第1条输入流index为1)public Long[] getAiOcrInputIndexList()
public void setAiOcrInputIndexList(Long[] AiOcrInputIndexList)
AiOcrInputIndexList - 智能文字识别的输入列表,若开启文字识别则必填。
(第1条输入流index为1)public Long getCheckStreamBroken()
public void setCheckStreamBroken(Long CheckStreamBroken)
CheckStreamBroken - 是否开启断流检测。public Long getCheckStreamLowFrameRate()
public void setCheckStreamLowFrameRate(Long CheckStreamLowFrameRate)
CheckStreamLowFrameRate - 是否开启低帧率检测。public Long getAllowMonitorReport()
public void setAllowMonitorReport(Long AllowMonitorReport)
AllowMonitorReport - 是否存储监播事件到监播报告,以及是否允许查询监播报告。public Long getAiFormatDiagnose()
public void setAiFormatDiagnose(Long AiFormatDiagnose)
AiFormatDiagnose - 是否开启格式诊断。public Long getAiQualityControl()
public void setAiQualityControl(Long AiQualityControl)
AiQualityControl - 是否开启内容质检。public String getCasterId()
public void setCasterId(String CasterId)
CasterId - 导播台监播对应的导播台场次id。public String getPullPushTaskId()
public void setPullPushTaskId(String PullPushTaskId)
PullPushTaskId - 拉流转推监播任务对应的拉流转推场次idCopyright © 2025. All rights reserved.