public class AudioResultDetailMoanResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AudioResultDetailMoanResult()  | 
AudioResultDetailMoanResult(AudioResultDetailMoanResult 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 | 
|---|---|
Float | 
getEndTime()
Get This field is used to return the end time of the segment of an audio file under the corresponding moan tag in milliseconds. 
 | 
String | 
getLabel()
Get This field is used to return the type of the content to be detected. 
 | 
Long | 
getScore()
Get This field is used to return the confidence of moan detection. 
 | 
Float | 
getStartTime()
Get This field is used to return the start time of the segment of an audio file under the corresponding moan tag in milliseconds. 
 | 
String | 
getSubLabel()
Get This field is used to return a subtag under the current tag (Lable). 
 | 
String | 
getSubLabelCode()
Get *This field is in beta test. 
 | 
String | 
getSuggestion()
Get This field returns the suggested action according to the check result. 
 | 
void | 
setEndTime(Float EndTime)
Set This field is used to return the end time of the segment of an audio file under the corresponding moan tag in milliseconds. 
 | 
void | 
setLabel(String Label)
Set This field is used to return the type of the content to be detected. 
 | 
void | 
setScore(Long Score)
Set This field is used to return the confidence of moan detection. 
 | 
void | 
setStartTime(Float StartTime)
Set This field is used to return the start time of the segment of an audio file under the corresponding moan tag in milliseconds. 
 | 
void | 
setSubLabel(String SubLabel)
Set This field is used to return a subtag under the current tag (Lable). 
 | 
void | 
setSubLabelCode(String SubLabelCode)
Set *This field is in beta test. 
 | 
void | 
setSuggestion(String Suggestion)
Set This field returns the suggested action according to the check result. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AudioResultDetailMoanResult()
public AudioResultDetailMoanResult(AudioResultDetailMoanResult source)
public String getLabel()
public void setLabel(String Label)
Label - This field is used to return the type of the content to be detected. It is fixed at **Moan** here to call the moan detection feature.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getScore()
public void setScore(Long Score)
Score - This field is used to return the confidence of moan detection. Value range: 0 (**the lowest confidence**)–100 (**the highest confidence**), where a higher value indicates that the audio is more likely to fall into the category of moan.public Float getStartTime()
public void setStartTime(Float StartTime)
StartTime - This field is used to return the start time of the segment of an audio file under the corresponding moan tag in milliseconds.public Float getEndTime()
public void setEndTime(Float EndTime)
EndTime - This field is used to return the end time of the segment of an audio file under the corresponding moan tag in milliseconds.public String getSubLabelCode()
public void setSubLabelCode(String SubLabelCode)
SubLabelCode - *This field is in beta test. Stay tuned*public String getSubLabel()
public void setSubLabel(String SubLabel)
SubLabel - This field is used to return a subtag under the current tag (Lable).public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion - This field returns the suggested action according to the check result. Copyright © 2025. All rights reserved.