# This file was auto-generated by Fern from our API Definition.

import typing_extensions
from ..types.response_type import ResponseType
from .speech_to_text_translate_response_data import SpeechToTextTranslateResponseDataParams


class SpeechToTextTranslateStreamingResponseParams(typing_extensions.TypedDict):
    type: ResponseType
    data: SpeechToTextTranslateResponseDataParams
