public class ModifyLiveStreamMonitorRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveStreamMonitorRequest() |
ModifyLiveStreamMonitorRequest(ModifyLiveStreamMonitorRequest 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代表第一条输入流。
|
Long[] |
getAiOcrInputIndexList()
Get 文字识别输入流列表,1代表第一条输入流。
|
Long |
getAllowMonitorReport()
Get 是否存储监播事件到监播报告,以及是否允许查询监播报告。
|
Long |
getAsrLanguage()
Get 智能语音识别语种:
0 关闭 1 中文 2 英文 3 日文 4 韩文。
|
Long |
getCheckStreamBroken()
Get 是否开启断流检测。
|
Long |
getCheckStreamLowFrameRate()
Get 是否开启低帧率检测。
|
LiveStreamMonitorInputInfo[] |
getInputList()
Get 待监播的输入流信息。
|
String |
getMonitorId()
Get 监播任务ID。
|
String |
getMonitorName()
Get 监播任务的名称。长度128字节以内(一个汉字两个字节)。
|
LiveStreamMonitorNotifyPolicy |
getNotifyPolicy()
Get 监播事件通知策略。
|
Long |
getOcrLanguage()
Get 智能文字识别语种:
0 关闭 1 中、英文。
|
LiveStreamMonitorOutputInfo |
getOutputInfo()
Get 监播任务输出信息。
|
void |
setAiAsrInputIndexList(Long[] AiAsrInputIndexList)
Set 语音识别输入流列表,1代表第一条输入流。
|
void |
setAiOcrInputIndexList(Long[] AiOcrInputIndexList)
Set 文字识别输入流列表,1代表第一条输入流。
|
void |
setAllowMonitorReport(Long AllowMonitorReport)
Set 是否存储监播事件到监播报告,以及是否允许查询监播报告。
|
void |
setAsrLanguage(Long AsrLanguage)
Set 智能语音识别语种:
0 关闭 1 中文 2 英文 3 日文 4 韩文。
|
void |
setCheckStreamBroken(Long CheckStreamBroken)
Set 是否开启断流检测。
|
void |
setCheckStreamLowFrameRate(Long CheckStreamLowFrameRate)
Set 是否开启低帧率检测。
|
void |
setInputList(LiveStreamMonitorInputInfo[] InputList)
Set 待监播的输入流信息。
|
void |
setMonitorId(String MonitorId)
Set 监播任务ID。
|
void |
setMonitorName(String MonitorName)
Set 监播任务的名称。长度128字节以内(一个汉字两个字节)。
|
void |
setNotifyPolicy(LiveStreamMonitorNotifyPolicy NotifyPolicy)
Set 监播事件通知策略。
|
void |
setOcrLanguage(Long OcrLanguage)
Set 智能文字识别语种:
0 关闭 1 中、英文。
|
void |
setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)
Set 监播任务输出信息。
|
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, toJsonString
public ModifyLiveStreamMonitorRequest()
public ModifyLiveStreamMonitorRequest(ModifyLiveStreamMonitorRequest source)
public String getMonitorId()
public void setMonitorId(String MonitorId)
MonitorId
- 监播任务ID。public String getMonitorName()
public void setMonitorName(String MonitorName)
MonitorName
- 监播任务的名称。长度128字节以内(一个汉字两个字节)。public LiveStreamMonitorOutputInfo getOutputInfo()
public void setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)
OutputInfo
- 监播任务输出信息。public LiveStreamMonitorInputInfo[] getInputList()
public void setInputList(LiveStreamMonitorInputInfo[] InputList)
InputList
- 待监播的输入流信息。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代表第一条输入流。public Long[] getAiOcrInputIndexList()
public void setAiOcrInputIndexList(Long[] AiOcrInputIndexList)
AiOcrInputIndexList
- 文字识别输入流列表,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
- 是否存储监播事件到监播报告,以及是否允许查询监播报告。Copyright © 2023. All rights reserved.