main
 1# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
 2
 3from .audio import (
 4    Audio,
 5    AsyncAudio,
 6    AudioWithRawResponse,
 7    AsyncAudioWithRawResponse,
 8    AudioWithStreamingResponse,
 9    AsyncAudioWithStreamingResponse,
10)
11from .speech import (
12    Speech,
13    AsyncSpeech,
14    SpeechWithRawResponse,
15    AsyncSpeechWithRawResponse,
16    SpeechWithStreamingResponse,
17    AsyncSpeechWithStreamingResponse,
18)
19from .translations import (
20    Translations,
21    AsyncTranslations,
22    TranslationsWithRawResponse,
23    AsyncTranslationsWithRawResponse,
24    TranslationsWithStreamingResponse,
25    AsyncTranslationsWithStreamingResponse,
26)
27from .transcriptions import (
28    Transcriptions,
29    AsyncTranscriptions,
30    TranscriptionsWithRawResponse,
31    AsyncTranscriptionsWithRawResponse,
32    TranscriptionsWithStreamingResponse,
33    AsyncTranscriptionsWithStreamingResponse,
34)
35
36__all__ = [
37    "Transcriptions",
38    "AsyncTranscriptions",
39    "TranscriptionsWithRawResponse",
40    "AsyncTranscriptionsWithRawResponse",
41    "TranscriptionsWithStreamingResponse",
42    "AsyncTranscriptionsWithStreamingResponse",
43    "Translations",
44    "AsyncTranslations",
45    "TranslationsWithRawResponse",
46    "AsyncTranslationsWithRawResponse",
47    "TranslationsWithStreamingResponse",
48    "AsyncTranslationsWithStreamingResponse",
49    "Speech",
50    "AsyncSpeech",
51    "SpeechWithRawResponse",
52    "AsyncSpeechWithRawResponse",
53    "SpeechWithStreamingResponse",
54    "AsyncSpeechWithStreamingResponse",
55    "Audio",
56    "AsyncAudio",
57    "AudioWithRawResponse",
58    "AsyncAudioWithRawResponse",
59    "AudioWithStreamingResponse",
60    "AsyncAudioWithStreamingResponse",
61]