public class ScanDetail extends AbstractModel
Constructor and Description |
---|
ScanDetail() |
ScanDetail(ScanDetail 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 |
getEndTime()
Get End time offset in milliseconds from 0 of keyword in audio
|
String |
getKeyWord()
Get Non-compliant keyword
|
String |
getLabel()
Get Violation scenario.
|
String |
getRate()
Get Confidence score in scenario.
|
Long |
getStartTime()
Get Start time offset in milliseconds from 0 of keyword in audio
|
void |
setEndTime(Long EndTime)
Set End time offset in milliseconds from 0 of keyword in audio
|
void |
setKeyWord(String KeyWord)
Set Non-compliant keyword
|
void |
setLabel(String Label)
Set Violation scenario.
|
void |
setRate(String Rate)
Set Confidence score in scenario.
|
void |
setStartTime(Long StartTime)
Set Start time offset in milliseconds from 0 of keyword in audio
|
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 ScanDetail()
public ScanDetail(ScanDetail source)
public String getLabel()
public void setLabel(String Label)
Label
- Violation scenario. For more information, please see the definition of Labelpublic String getRate()
public void setRate(String Rate)
Rate
- Confidence score in scenario. Value range: [0.00,100.00]. The higher the score, the more likely the content is non-compliantpublic String getKeyWord()
public void setKeyWord(String KeyWord)
KeyWord
- Non-compliant keywordpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start time offset in milliseconds from 0 of keyword in audiopublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time offset in milliseconds from 0 of keyword in audioCopyright © 2021. All rights reserved.