pub type CreateTranslationResponse = CreateTranscriptionResponse;
Aliased Type§
pub enum CreateTranslationResponse {
Text(CreateTranscriptionResponseText),
Json(CreateTranscriptionResponseJson),
Srt(CreateTranscriptionResponseSrt),
VerboseJson(CreateTranscriptionResponseVerboseJson),
Vtt(CreateTranscriptionResponseVtt),
}