Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Speech recognition parameter for spoken punctuation #114

@evanbliu

Description

@evanbliu

I propose adding a "spokenPunctuation" attribute to the SpeechRecognition interface. This Boolean attribute would control whether the speech recognition engine should support spoken punctuation (i.e., transcribe spoken words like "period" or "comma" as their punctuation symbols).

Rationale:

Customization for Different Use Cases: Different speech recognition applications have varying requirements for spoken punctuation. Dictation and voice typing applications often benefit from enabling spoken punctuation for efficiency and accuracy, while captioning applications may prefer to transcribe speech verbatim, including spoken punctuation.
Enhanced User Experience: Providing this option allows developers to tailor the speech recognition behavior to the specific needs of their applications, improving the user experience.

Implementation Details:

Default Value: The default value of spokenPunctuation would be false to maintain compatibility with existing applications that may not expect this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions