stop_denoise
Stop noise reduction (which was started with denoise
).
Name | Type | Default | Description |
---|---|---|---|
stop_denoise Required | object | - | An empty object that accepts no parameters. |
Variables
Set by the method:
- denoise_result: (out)
off
Examples
Stop denoise
- YAML
- JSON
version: 1.0.0
sections:
main:
- stop_denoise: {}
- play:
url: 'say: Denoising %{denoise_result}'
{
"version": "1.0.0",
"sections": {
"main": [
{
"stop_denoise": {}
},
{
"play": {
"url": "say: Denoising %{denoise_result}"
}
}
]
}
}