Skip to main content
Ctrl+K

Speech Markdown

  • API Reference
    • speechmarkdown
      • speechmarkdown.formatters
        • speechmarkdown.formatters.amazon_alexa
        • speechmarkdown.formatters.amazon_polly
        • speechmarkdown.formatters.amazon_polly_neural
        • speechmarkdown.formatters.base
        • speechmarkdown.formatters.data
          • speechmarkdown.formatters.data.amazon_polly_voices
          • speechmarkdown.formatters.data.google_cloud_voices
          • speechmarkdown.formatters.data.ibm_watson_voices
          • speechmarkdown.formatters.data.microsoft_azure_voices
        • speechmarkdown.formatters.factory
        • speechmarkdown.formatters.google_assistant
        • speechmarkdown.formatters.ibm_watson
        • speechmarkdown.formatters.microsoft_azure
        • speechmarkdown.formatters.samsung_bixby
        • speechmarkdown.formatters.ssml_base
        • speechmarkdown.formatters.text
      • speechmarkdown.options
      • speechmarkdown.parser
      • speechmarkdown.speechmarkdown
  • Repository
  • Suggest edit
  • Open issue
  • .rst

speechmarkdown.options

Contents

  • Classes
  • Module Contents
    • SpeechOptions
      • SpeechOptions.platform
      • SpeechOptions.includeFormatterComment
      • SpeechOptions.includeParagraphTag
      • SpeechOptions.includeSpeakTag
      • SpeechOptions.preserveEmptyLines
      • SpeechOptions.escapeXmlSymbols
      • SpeechOptions.voices

speechmarkdown.options#

Classes#

SpeechOptions

Module Contents#

class speechmarkdown.options.SpeechOptions[source]#
platform: str = ''[source]#
includeFormatterComment: bool = False[source]#
includeParagraphTag: bool = False[source]#
includeSpeakTag: bool = True[source]#
preserveEmptyLines: bool = True[source]#
escapeXmlSymbols: bool = False[source]#
voices: Dict[str, Any] | None = None[source]#

previous

speechmarkdown.formatters.text

next

speechmarkdown.parser

Contents
  • Classes
  • Module Contents
    • SpeechOptions
      • SpeechOptions.platform
      • SpeechOptions.includeFormatterComment
      • SpeechOptions.includeParagraphTag
      • SpeechOptions.includeSpeakTag
      • SpeechOptions.preserveEmptyLines
      • SpeechOptions.escapeXmlSymbols
      • SpeechOptions.voices

By Takeshi Teshima

© Copyright 2026, Takeshi Teshima.