Stay organized with collections
Save and categorize content based on your preferences.
The Speech-to-Text API offers spoken punctuation and spoken emoji features. When
you enable this feature, instances of spoken punctuation and emojis detected in
your audio data will be replaced by the corresponding punctuation and emoji
symbols. For example, if you send a request with spoken punctuation enabled, the
transcript "how are you question mark" becomes "how are you?".
To enable the spoken punctuation and emoji features, set
enableSpokenPunctuation and enableSpokenEmojis to true in
RecognitionConfig.
Spoken punctuation is enabled by default for the command_and_search model, but
can be disabled using the enableSpokenPunctuation field. For all other
requests, spoken punctuation and spoken emoji are disabled by default.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Enable spoken punctuation and spoken emojis\n\nThe Speech-to-Text API offers spoken punctuation and spoken emoji features. When\nyou enable this feature, instances of spoken punctuation and emojis detected in\nyour audio data will be replaced by the corresponding punctuation and emoji\nsymbols. For example, if you send a request with spoken punctuation enabled, the\ntranscript \"how are you question mark\" becomes \"how are you?\".\n\nTo determine whether this feature is available for your language, see\n[Language support](/speech-to-text/docs/speech-to-text-supported-languages). For\ncomplete lists of available spoken symbols, see\n[Supported spoken punctuation](/speech-to-text/docs/spoken-punctuation)\nand [Supported spoken emoji](/speech-to-text/docs/spoken-emoji).\n\nTo enable the spoken punctuation and emoji features, set\n`enableSpokenPunctuation` and `enableSpokenEmojis` to `true` in\n[RecognitionConfig](/speech-to-text/docs/reference/rest/v1p1beta1/RecognitionConfig).\n\nSpoken punctuation is enabled by default for the `command_and_search` model, but\ncan be disabled using the `enableSpokenPunctuation` field. For all other\nrequests, spoken punctuation and spoken emoji are disabled by default."]]