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

import typing

import typing_extensions


class SttFlushSignalParams(typing_extensions.TypedDict):
    """
    Signal to flush the audio buffer and force finalize partial transcriptions/translations
    """

    type: typing.Literal["flush"]
    """
    Type identifier for flush signal
    """
