Stt - TypeScript SDK
Stt - TypeScript SDK
Stt method reference
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Overview
Speech-to-text endpoints
Available Operations
- createTranscription - Create transcription
createTranscription
Transcribes audio into text. Accepts base64-encoded audio input and returns the transcribed text.
Example Usage
Standalone function
The standalone function version of this method:
Parameters
Response
Promise<models.STTResponse>