public class LiveStreamMonitorInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveStreamMonitorInfo() |
LiveStreamMonitorInfo(LiveStreamMonitorInfo 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 开启智能语音识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAiFormatDiagnose()
Get 是否开启格式诊断
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getAiOcrInputIndexList()
Get 开启智能文字识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAllowMonitorReport()
Get 是否存储监播事件到监播报告,以及是否允许查询监播报告
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAsrLanguage()
Get 智能语音识别语种:
0 关闭 1 中文 2 英文 3日文 4 韩文
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getAudibleInputIndexList()
Get 输出音频的输入Index列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCheckStreamBroken()
Get 是否开启断流检测
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCheckStreamLowFrameRate()
Get 是否开启低帧率检测
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateTime()
Get 监播任务创建时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
LiveStreamMonitorInputInfo[] |
getInputList()
Get 待监播的输入流信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMonitorId()
Get 监播任务ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMonitorName()
Get 监播任务名称。128字节以内。
注意:此字段可能返回 null,表示取不到有效值。
|
LiveStreamMonitorNotifyPolicy |
getNotifyPolicy()
Get 监播事件通知策略。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOcrLanguage()
Get 智能文字识别语种:
0 关闭 1 中、英文
注意:此字段可能返回 null,表示取不到有效值。
|
LiveStreamMonitorOutputInfo |
getOutputInfo()
Get 监播任务输出信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStartTime()
Get 上一次的启动时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 监播任务状态。
0: 代表空闲
1: 代表监播中。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStopTime()
Get 上一次的停止时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUpdateTime()
Get 监播任务更新时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAiAsrInputIndexList(Long[] AiAsrInputIndexList)
Set 开启智能语音识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAiFormatDiagnose(Long AiFormatDiagnose)
Set 是否开启格式诊断
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAiOcrInputIndexList(Long[] AiOcrInputIndexList)
Set 开启智能文字识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAllowMonitorReport(Long AllowMonitorReport)
Set 是否存储监播事件到监播报告,以及是否允许查询监播报告
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAsrLanguage(Long AsrLanguage)
Set 智能语音识别语种:
0 关闭 1 中文 2 英文 3日文 4 韩文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudibleInputIndexList(Long[] AudibleInputIndexList)
Set 输出音频的输入Index列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCheckStreamBroken(Long CheckStreamBroken)
Set 是否开启断流检测
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCheckStreamLowFrameRate(Long CheckStreamLowFrameRate)
Set 是否开启低帧率检测
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set 监播任务创建时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInputList(LiveStreamMonitorInputInfo[] InputList)
Set 待监播的输入流信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorId(String MonitorId)
Set 监播任务ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonitorName(String MonitorName)
Set 监播任务名称。128字节以内。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotifyPolicy(LiveStreamMonitorNotifyPolicy NotifyPolicy)
Set 监播事件通知策略。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOcrLanguage(Long OcrLanguage)
Set 智能文字识别语种:
0 关闭 1 中、英文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)
Set 监播任务输出信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(Long StartTime)
Set 上一次的启动时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 监播任务状态。
0: 代表空闲
1: 代表监播中。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStopTime(Long StopTime)
Set 上一次的停止时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(Long UpdateTime)
Set 监播任务更新时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
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 LiveStreamMonitorInfo()
public LiveStreamMonitorInfo(LiveStreamMonitorInfo source)
public String getMonitorId()
public void setMonitorId(String MonitorId)
MonitorId
- 监播任务ID。
注意:此字段可能返回 null,表示取不到有效值。public String getMonitorName()
public void setMonitorName(String MonitorName)
MonitorName
- 监播任务名称。128字节以内。
注意:此字段可能返回 null,表示取不到有效值。public LiveStreamMonitorOutputInfo getOutputInfo()
public void setOutputInfo(LiveStreamMonitorOutputInfo OutputInfo)
OutputInfo
- 监播任务输出信息。
注意:此字段可能返回 null,表示取不到有效值。public LiveStreamMonitorInputInfo[] getInputList()
public void setInputList(LiveStreamMonitorInputInfo[] InputList)
InputList
- 待监播的输入流信息。
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 监播任务状态。
0: 代表空闲
1: 代表监播中。
注意:此字段可能返回 null,表示取不到有效值。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 上一次的启动时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。public Long getStopTime()
public void setStopTime(Long StopTime)
StopTime
- 上一次的停止时间,unix时间戳。
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 监播任务创建时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 监播任务更新时间,unix时间戳
注意:此字段可能返回 null,表示取不到有效值。public LiveStreamMonitorNotifyPolicy getNotifyPolicy()
public void setNotifyPolicy(LiveStreamMonitorNotifyPolicy NotifyPolicy)
NotifyPolicy
- 监播事件通知策略。
注意:此字段可能返回 null,表示取不到有效值。public Long[] getAudibleInputIndexList()
public void setAudibleInputIndexList(Long[] AudibleInputIndexList)
AudibleInputIndexList
- 输出音频的输入Index列表。
注意:此字段可能返回 null,表示取不到有效值。public Long[] getAiAsrInputIndexList()
public void setAiAsrInputIndexList(Long[] AiAsrInputIndexList)
AiAsrInputIndexList
- 开启智能语音识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。public Long getCheckStreamBroken()
public void setCheckStreamBroken(Long CheckStreamBroken)
CheckStreamBroken
- 是否开启断流检测
注意:此字段可能返回 null,表示取不到有效值。public Long getCheckStreamLowFrameRate()
public void setCheckStreamLowFrameRate(Long CheckStreamLowFrameRate)
CheckStreamLowFrameRate
- 是否开启低帧率检测
注意:此字段可能返回 null,表示取不到有效值。public Long getAsrLanguage()
public void setAsrLanguage(Long AsrLanguage)
AsrLanguage
- 智能语音识别语种:
0 关闭 1 中文 2 英文 3日文 4 韩文
注意:此字段可能返回 null,表示取不到有效值。public Long getOcrLanguage()
public void setOcrLanguage(Long OcrLanguage)
OcrLanguage
- 智能文字识别语种:
0 关闭 1 中、英文
注意:此字段可能返回 null,表示取不到有效值。public Long[] getAiOcrInputIndexList()
public void setAiOcrInputIndexList(Long[] AiOcrInputIndexList)
AiOcrInputIndexList
- 开启智能文字识别的输入Index列表
注意:此字段可能返回 null,表示取不到有效值。public Long getAllowMonitorReport()
public void setAllowMonitorReport(Long AllowMonitorReport)
AllowMonitorReport
- 是否存储监播事件到监播报告,以及是否允许查询监播报告
注意:此字段可能返回 null,表示取不到有效值。public Long getAiFormatDiagnose()
public void setAiFormatDiagnose(Long AiFormatDiagnose)
AiFormatDiagnose
- 是否开启格式诊断
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.