TranscriptionSpanData
이 콘텐츠는 아직 번역되지 않았습니다.
type TranscriptionSpanData = SpanDataBase & object;Type Declaration
Section titled “Type Declaration”input: object;input.data
Section titled “input.data”data: string;input.format
Section titled “input.format”format: "pcm" | string;model?
Section titled “model?”optional model: string;model_config?
Section titled “model_config?”optional model_config: Record<string, any>;output?
Section titled “output?”optional output: string;type: "transcription";