UNPKG

@sap-ai-sdk/foundation-models

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

10 lines 262 B
/** * Translation or transcription response when response_format was json */ export type AzureOpenAiAudioResponse = { /** * Translated or transcribed text. */ text: string; } & Record<string, any>; //# sourceMappingURL=audio-response.d.ts.map