deepgram.clients.prerecorded.v1

 1# Copyright 2023-2024 Deepgram SDK contributors. All Rights Reserved.
 2# Use of this source code is governed by a MIT license that can be found in the LICENSE file.
 3# SPDX-License-Identifier: MIT
 4
 5from .client import PreRecordedClient
 6from .client import AsyncPreRecordedClient
 7from .client import PrerecordedOptions
 8from .client import (
 9    UrlSource,
10    FileSource,
11    PreRecordedStreamSource,
12    PrerecordedSource,
13)
14from .client import (
15    AsyncPrerecordedResponse,
16    PrerecordedResponse,
17    SyncPrerecordedResponse,
18)