texttospeech.AudioEncoding.FLAC not present #13239
Labels
api: texttospeech
Issues related to the Text-to-Speech API.
type: docs
Improvement to the documentation for an API.
type: question
Request for information or clarification. Not an issue.
Determine this is the right repository
Summary of the issue
texttospeech.AudioEncoding.FLAC not present when importing in python:
However when reading documentation :
https://cloud.google.com/speech-to-text/docs/reference/rest/v1/RecognitionConfig
looks like FLAC is one of available formats.
API client name and version
No response
Reproduction steps: code
from google.cloud import texttospeech
print(texttospeech.AudioEncoding.FLAC)
Reproduction steps: supporting files
N/A
Reproduction steps: actual results
N/A
Reproduction steps: expected results
N/A
OS & version + platform
Linux
Python environment
3.12.6
Python dependencies
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: