public class Function extends AbstractModel
Constructor and Description |
---|
Function() |
Function(Function 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 |
---|---|
Boolean |
getEnableAllText()
Get 输出全部文本标识,当该值设置为true时,会输出当前音频的全部文本
|
Boolean |
getEnableKeyword()
Get 输出关键词信息标识,当该值设置为true时,会输出当前音频的关键词信息。
|
Boolean |
getEnableMuteDetect()
Get 静音检测标识,当设置为 true 时,需要设置静音时间阈值字段mute_threshold,统计结果中会返回静音片段。
|
Boolean |
getEnableVadInfo()
Get 输出音频统计信息标识,当设置为 true 时,任务查询结果会输出音频的统计信息(AsrStat)
|
Boolean |
getEnableVolume()
Get 输出音频音量信息标识,当设置为 true 时,会输出当前音频音量信息。
|
void |
setEnableAllText(Boolean EnableAllText)
Set 输出全部文本标识,当该值设置为true时,会输出当前音频的全部文本
|
void |
setEnableKeyword(Boolean EnableKeyword)
Set 输出关键词信息标识,当该值设置为true时,会输出当前音频的关键词信息。
|
void |
setEnableMuteDetect(Boolean EnableMuteDetect)
Set 静音检测标识,当设置为 true 时,需要设置静音时间阈值字段mute_threshold,统计结果中会返回静音片段。
|
void |
setEnableVadInfo(Boolean EnableVadInfo)
Set 输出音频统计信息标识,当设置为 true 时,任务查询结果会输出音频的统计信息(AsrStat)
|
void |
setEnableVolume(Boolean EnableVolume)
Set 输出音频音量信息标识,当设置为 true 时,会输出当前音频音量信息。
|
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 Function()
public Function(Function source)
public Boolean getEnableAllText()
public void setEnableAllText(Boolean EnableAllText)
EnableAllText
- 输出全部文本标识,当该值设置为true时,会输出当前音频的全部文本public Boolean getEnableKeyword()
public void setEnableKeyword(Boolean EnableKeyword)
EnableKeyword
- 输出关键词信息标识,当该值设置为true时,会输出当前音频的关键词信息。public Boolean getEnableMuteDetect()
public void setEnableMuteDetect(Boolean EnableMuteDetect)
EnableMuteDetect
- 静音检测标识,当设置为 true 时,需要设置静音时间阈值字段mute_threshold,统计结果中会返回静音片段。public Boolean getEnableVadInfo()
public void setEnableVadInfo(Boolean EnableVadInfo)
EnableVadInfo
- 输出音频统计信息标识,当设置为 true 时,任务查询结果会输出音频的统计信息(AsrStat)public Boolean getEnableVolume()
public void setEnableVolume(Boolean EnableVolume)
EnableVolume
- 输出音频音量信息标识,当设置为 true 时,会输出当前音频音量信息。Copyright © 2021. All rights reserved.