Gesprochene Satzzeichen und gesprochene Emojis aktivieren
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Speech-to-Text API bietet Features für gesprochene Satzzeichen und gesprochene Emojis. Wenn Sie dieses Feature aktivieren, werden gesprochene Satzzeichen und Emojis, die in Ihren Audiodaten erkannt werden, durch die entsprechenden Satzzeichen und Emojisymbole ersetzt. Wenn Sie beispielsweise eine Anfrage mit aktivierten gesprochenen Satzzeichen senden, wird das Transkript "Wie geht es Ihnen Fragezeichen" zu "Wie geht es Ihnen?".
Setzen Sie in RecognitionConfigenableSpokenPunctuation und enableSpokenEmojis auf true, um die gesprochenen Satzzeichen und RoleBinding-Features zu aktivieren.
Gesprochene Satzzeichen sind für das Modell command_and_search standardmäßig aktiviert, können aber mithilfe des Felds enableSpokenPunctuation deaktiviert werden. Bei allen anderen Anfragen sind gesprochene Satzzeichen und gesprochene Emojis standardmäßig deaktiviert.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-18 (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."]]