sambanova
Version:
The official TypeScript library for the Samba Nova API
14 lines • 1.74 kB
TypeScript
import { APIResource } from "../../core/resource.js";
import * as TranscriptionsAPI from "./transcriptions.js";
import { TranscriptionCreateParams, TranscriptionCreateParamsNonStreaming, TranscriptionCreateParamsStreaming, TranscriptionCreateResponse, TranscriptionResponse, TranscriptionStreamResponse, Transcriptions } from "./transcriptions.js";
import * as TranslationsAPI from "./translations.js";
import { TranslationCreateParams, TranslationCreateParamsNonStreaming, TranslationCreateParamsStreaming, TranslationCreateResponse, TranslationResponse, TranslationStreamResponse, Translations } from "./translations.js";
export declare class Audio extends APIResource {
transcriptions: TranscriptionsAPI.Transcriptions;
translations: TranslationsAPI.Translations;
}
export declare namespace Audio {
export { Transcriptions as Transcriptions, type TranscriptionResponse as TranscriptionResponse, type TranscriptionStreamResponse as TranscriptionStreamResponse, type TranscriptionCreateResponse as TranscriptionCreateResponse, type TranscriptionCreateParams as TranscriptionCreateParams, type TranscriptionCreateParamsNonStreaming as TranscriptionCreateParamsNonStreaming, type TranscriptionCreateParamsStreaming as TranscriptionCreateParamsStreaming, };
export { Translations as Translations, type TranslationResponse as TranslationResponse, type TranslationStreamResponse as TranslationStreamResponse, type TranslationCreateResponse as TranslationCreateResponse, type TranslationCreateParams as TranslationCreateParams, type TranslationCreateParamsNonStreaming as TranslationCreateParamsNonStreaming, type TranslationCreateParamsStreaming as TranslationCreateParamsStreaming, };
}
//# sourceMappingURL=audio.d.ts.map