# Constants
FormatInvalid represents and invalid Format option.
FormatJSON specifies that the API will return the transcript as JSON.
FormatSRT specifies that the API will return the transcript as SRT.
FormatText specifies that the API will return the transcript as plain text.
FormatVerboseJSON specifies that the API will return the transcript as verbose JSON.
FormatVTT specifies that the API will return the transcript as VTT.
# Type aliases
Format represents the enum values for the formats in which generated transcript are returned.