playSSSilenceParams JSON Reference
| Declared in | AudioPromptModuleList.schema.json |
Overview
Specifies the Speech Synthesis parameters for audio play of synthesized text.
Note: Unless stated otherwise, value of properties that are of type "string" can be updated at runtime by an application if their value is entered as a field name wrapped by "$[" and "]". If a property is of a type other than "string", then an additional property of type "string" with the same property name appended with the string "Runtime" is added to have its value entered as a field name wrapped by "$[" and "]". This allows the application to set the value of the field name at runtime to be the value of the original non-runtime property. Valid values of runtime fields override the values of non-runtime properties.
Properties
-
preStartSilenceDurationMsjson parameterDurarion of silence to generate (for audio playback or to record) before the start of speech synthesis of text. Default value: 0. The value can be set at runtime using the
"preStartSilenceDurationMsRuntime"property.Parameter is optional.
-
preStartSilenceDurationMsRuntimejson parameterContains the name of a field, as a string wrapped between
"$["and"]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the"preStartSilenceDurationMs"property. Example:"$[PreStartSilenceDurationMs]".Parameter is optional.
-
postFinishSilenceDurationMsjson parameterDurarion of silence to generate (for audio playback or to record) after the end of speech synthesis of text. Default value: 0. The value can be set at runtime using the
"postFinishSilenceDurationRuntime"property.Parameter is optional.
-
postFinishSilenceDurationRuntimejson parameterContains the name of a field, as a string wrapped between
"$["and"]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the"postFinishSilenceDurationMs"property. Example:"$[PostFinishSilenceDurationMs]".Parameter is optional.
-
interPhraseSilenceDurationMsjson parameterDurarion of silence to generate (for audio playback or to record) between speech synthesis of phrases from a text. Default value: 0. The value can be set at runtime using the
"interPhraseSilenceDurationMsRuntime"property.Parameter is optional.
-
interPhraseSilenceDurationMsRuntimejson parameterContains the name of a field, as a string wrapped between
"$["and"]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the"interPhraseSilenceDurationMs"property. Example:"$[InterPhraseSilenceDurationMs]".Parameter is optional.
-
interParagraphSilenceDurationMsjson parameterDurarion of silence to generate (for audio playback or to record) between speech synthesis of paragraphs from a text. Default value: 0. The value can be set at runtime using the
"interParagraphSilenceDurationMsRuntime"property.Parameter is optional.
-
interParagraphSilenceDurationMsRuntimejson parameterContains the name of a field, as a string wrapped between
"$["and"]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the"interParagraphSilenceDurationMs"property. Example:"$[InterParagraphSilenceDurationMs]".Parameter is optional.
-
skipSilenceDurationMsjson parameterDurarion of silence to generate for audio playback before the continuation of speech synthesis audio playback after the audio playback of the previous speech synthesis is skipped . Default value: 0. The value can be set at runtime using the
"skipSilenceDurationMsRuntime"property.Parameter is optional.
-
skipSilenceDurationMsRuntimejson parameterContains the name of a field, as a string wrapped between
"$["and"]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the"skipSilenceDurationMs"property. Example:"$[SkipSilenceDurationMs]".Parameter is optional.
JSON Parameters
interParagraphSilenceDurationMs
"interParagraphSilenceDurationMs": integer
Discussion
Durarion of silence to generate (for audio playback or to record) between speech synthesis of paragraphs from a text. Default value: 0. The value can be set at runtime using the "interParagraphSilenceDurationMsRuntime" property.
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
interParagraphSilenceDurationMsRuntime
"interParagraphSilenceDurationMsRuntime": string
Discussion
Contains the name of a field, as a string wrapped between "$[" and "]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the "interParagraphSilenceDurationMs" property. Example: "$[InterParagraphSilenceDurationMs]".
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
interPhraseSilenceDurationMs
"interPhraseSilenceDurationMs": integer
Discussion
Durarion of silence to generate (for audio playback or to record) between speech synthesis of phrases from a text. Default value: 0. The value can be set at runtime using the "interPhraseSilenceDurationMsRuntime" property.
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
interPhraseSilenceDurationMsRuntime
"interPhraseSilenceDurationMsRuntime": string
Discussion
Contains the name of a field, as a string wrapped between "$[" and "]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the "interPhraseSilenceDurationMs" property. Example: "$[InterPhraseSilenceDurationMs]".
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
postFinishSilenceDurationMs
"postFinishSilenceDurationMs": integer
Discussion
Durarion of silence to generate (for audio playback or to record) after the end of speech synthesis of text. Default value: 0. The value can be set at runtime using the "postFinishSilenceDurationRuntime" property.
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
postFinishSilenceDurationRuntime
"postFinishSilenceDurationRuntime": string
Discussion
Contains the name of a field, as a string wrapped between "$[" and "]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the "postFinishSilenceDurationMs" property. Example: "$[PostFinishSilenceDurationMs]".
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
preStartSilenceDurationMs
"preStartSilenceDurationMs": integer
Discussion
Durarion of silence to generate (for audio playback or to record) before the start of speech synthesis of text. Default value: 0. The value can be set at runtime using the "preStartSilenceDurationMsRuntime" property.
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
preStartSilenceDurationMsRuntime
"preStartSilenceDurationMsRuntime": string
Discussion
Contains the name of a field, as a string wrapped between "$[" and "]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the "preStartSilenceDurationMs" property. Example: "$[PreStartSilenceDurationMs]".
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
skipSilenceDurationMs
"skipSilenceDurationMs": integer
Discussion
Durarion of silence to generate for audio playback before the continuation of speech synthesis audio playback after the audio playback of the previous speech synthesis is skipped . Default value: 0. The value can be set at runtime using the "skipSilenceDurationMsRuntime" property.
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json
skipSilenceDurationMsRuntime
"skipSilenceDurationMsRuntime": string
Discussion
Contains the name of a field, as a string wrapped between "$[" and "]", whose integer value can be set at runtime by an application. If the value of the field is a valid integer, then it will replace the value entered in the "skipSilenceDurationMs" property. Example: "$[SkipSilenceDurationMs]".
Parameter is optional.
Declared In
AudioPromptModuleList.schema.json