public class ParseLiveStreamProcessNotificationResponse extends AbstractModel
Constructor and Description |
---|
ParseLiveStreamProcessNotificationResponse() |
Modifier and Type | Method and Description |
---|---|
LiveStreamAiRecognitionResultInfo |
getAiRecognitionResultInfo()
Get
|
LiveStreamAiReviewResultInfo |
getAiReviewResultInfo()
Get Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
|
String |
getNotificationType()
Get Result type of live stream processing.
|
LiveStreamProcessErrorInfo |
getProcessEofInfo()
Get Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get The ID used for deduplication.
|
String |
getTaskId()
Get Video processing task ID.
|
void |
setAiRecognitionResultInfo(LiveStreamAiRecognitionResultInfo AiRecognitionResultInfo)
Set
|
void |
setAiReviewResultInfo(LiveStreamAiReviewResultInfo AiReviewResultInfo)
Set Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
|
void |
setNotificationType(String NotificationType)
Set Result type of live stream processing.
|
void |
setProcessEofInfo(LiveStreamProcessErrorInfo ProcessEofInfo)
Set Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set The ID used for deduplication.
|
void |
setTaskId(String TaskId)
Set Video processing task ID.
|
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 ParseLiveStreamProcessNotificationResponse()
public String getNotificationType()
public void setNotificationType(String NotificationType)
NotificationType
- Result type of live stream processing. Valid values:
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Video processing task ID.public LiveStreamProcessErrorInfo getProcessEofInfo()
public void setProcessEofInfo(LiveStreamProcessErrorInfo ProcessEofInfo)
ProcessEofInfo
- Information of a live stream processing error, which is valid when `NotificationType` is `ProcessEof`.
Note: This field may return null, indicating that no valid values can be obtained.public LiveStreamAiReviewResultInfo getAiReviewResultInfo()
public void setAiReviewResultInfo(LiveStreamAiReviewResultInfo AiReviewResultInfo)
AiReviewResultInfo
- Content audit result, which is valid when `NotificationType` is `AiReviewResult`.
Note: This field may return null, indicating that no valid values can be obtained.public LiveStreamAiRecognitionResultInfo getAiRecognitionResultInfo()
public void setAiRecognitionResultInfo(LiveStreamAiRecognitionResultInfo AiRecognitionResultInfo)
AiRecognitionResultInfo
- public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or an empty string is entered, no deduplication will be performed.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.