콘텐츠로 이동

createTranscriptionSpan

이 콘텐츠는 아직 번역되지 않았습니다.

function createTranscriptionSpan(options, parent?): Span<TranscriptionSpanData>;

Create a new transcription span. The span will not be started automatically.

Parameter Type

options

DeepPartial<CreateSpanOptions<TranscriptionSpanData>> & object

parent?

| Trace | Span<any>

Span<TranscriptionSpanData>