public class ScanPiece extends AbstractModel
Constructor and Description |
---|
ScanPiece() |
Modifier and Type | Method and Description |
---|---|
String |
getDumpUrl()
Get Audio retention address, which will be returned for stream detection.
|
Long |
getDuration()
Get Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getHitFlag()
Get Whether non-compliant information is detected
|
String |
getInfo()
Get Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getMainType()
Get Main non-compliant content type
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getOffset()
Get Offset time in milliseconds of segment in stream during stream detection
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getOpenId()
Get GME voice chat user ID, which is the `OpenId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPieceStartTime()
Get Segment detection start time
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRoomId()
Get GME voice chat room ID, which is the `RoomId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.
|
ScanDetail[] |
getScanDetail()
Get Speech detection details
|
void |
setDumpUrl(String DumpUrl)
Set Audio retention address, which will be returned for stream detection.
|
void |
setDuration(Long Duration)
Set Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setHitFlag(Boolean HitFlag)
Set Whether non-compliant information is detected
|
void |
setInfo(String Info)
Set Remarks
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMainType(String MainType)
Set Main non-compliant content type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOffset(Long Offset)
Set Offset time in milliseconds of segment in stream during stream detection
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setOpenId(String OpenId)
Set GME voice chat user ID, which is the `OpenId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPieceStartTime(Long PieceStartTime)
Set Segment detection start time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRoomId(String RoomId)
Set GME voice chat room ID, which is the `RoomId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setScanDetail(ScanDetail[] ScanDetail)
Set Speech detection details
|
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 String getDumpUrl()
public void setDumpUrl(String DumpUrl)
DumpUrl
- Audio retention address, which will be returned for stream detection. The audio will be retained for 30 minutes
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getHitFlag()
public void setHitFlag(Boolean HitFlag)
HitFlag
- Whether non-compliant information is detectedpublic String getMainType()
public void setMainType(String MainType)
MainType
- Main non-compliant content type
Note: this field may return null, indicating that no valid values can be obtained.public ScanDetail[] getScanDetail()
public void setScanDetail(ScanDetail[] ScanDetail)
ScanDetail
- Speech detection detailspublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- GME voice chat room ID, which is the `RoomId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- GME voice chat user ID, which is the `OpenId` passed through when the task was submitted
Note: this field may return null, indicating that no valid values can be obtained.public String getInfo()
public void setInfo(String Info)
Info
- Remarks
Note: this field may return null, indicating that no valid values can be obtained.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset time in milliseconds of segment in stream during stream detection
Note: this field may return null, indicating that no valid values can be obtained.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Segment duration during stream detection
Note: this field may return null, indicating that no valid values can be obtained.public Long getPieceStartTime()
public void setPieceStartTime(Long PieceStartTime)
PieceStartTime
- Segment detection start time
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.