public class DescribeScanResult extends AbstractModel
Constructor and Description |
---|
DescribeScanResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getCode()
Get Business return code
|
String |
getDataId()
Get Unique data ID
|
Boolean |
getHitFlag()
Get Whether non-compliant information is detected
|
Boolean |
getLive()
Get Whether it is a stream
|
String |
getMsg()
Get Business return description
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getScanFinishTime()
Get Detection completion timestamp
|
ScanPiece[] |
getScanPiece()
Get Detection result, which will be returned if `Code` is 0
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getScanStartTime()
Get Detection task submission timestamp
|
String[] |
getScenes()
Get Speech detection scenario, which corresponds to the `Scene` at the time of request
|
String |
getStatus()
Get Detection task execution result task.
|
String |
getTaskId()
Get Speech detection task ID, which is assigned by the backend
|
String |
getUrl()
Get File or stream address
|
void |
setCode(Long Code)
Set Business return code
|
void |
setDataId(String DataId)
Set Unique data ID
|
void |
setHitFlag(Boolean HitFlag)
Set Whether non-compliant information is detected
|
void |
setLive(Boolean Live)
Set Whether it is a stream
|
void |
setMsg(String Msg)
Set Business return description
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setScanFinishTime(Long ScanFinishTime)
Set Detection completion timestamp
|
void |
setScanPiece(ScanPiece[] ScanPiece)
Set Detection result, which will be returned if `Code` is 0
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setScanStartTime(Long ScanStartTime)
Set Detection task submission timestamp
|
void |
setScenes(String[] Scenes)
Set Speech detection scenario, which corresponds to the `Scene` at the time of request
|
void |
setStatus(String Status)
Set Detection task execution result task.
|
void |
setTaskId(String TaskId)
Set Speech detection task ID, which is assigned by the backend
|
void |
setUrl(String Url)
Set File or stream address
|
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 Long getCode()
public void setCode(Long Code)
Code
- Business return codepublic String getDataId()
public void setDataId(String DataId)
DataId
- Unique data IDpublic Long getScanFinishTime()
public void setScanFinishTime(Long ScanFinishTime)
ScanFinishTime
- Detection completion timestamppublic Boolean getHitFlag()
public void setHitFlag(Boolean HitFlag)
HitFlag
- Whether non-compliant information is detectedpublic Boolean getLive()
public void setLive(Boolean Live)
Live
- Whether it is a streampublic String getMsg()
public void setMsg(String Msg)
Msg
- Business return description
Note: this field may return null, indicating that no valid values can be obtained.public ScanPiece[] getScanPiece()
public void setScanPiece(ScanPiece[] ScanPiece)
ScanPiece
- Detection result, which will be returned if `Code` is 0
Note: this field may return null, indicating that no valid values can be obtained.public Long getScanStartTime()
public void setScanStartTime(Long ScanStartTime)
ScanStartTime
- Detection task submission timestamppublic String[] getScenes()
public void setScenes(String[] Scenes)
Scenes
- Speech detection scenario, which corresponds to the `Scene` at the time of requestpublic String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Speech detection task ID, which is assigned by the backendpublic String getUrl()
public void setUrl(String Url)
Url
- File or stream addresspublic String getStatus()
public void setStatus(String Status)
Status
- Detection task execution result task. Valid values:
Copyright © 2020. All rights reserved.