콘텐츠로 이동

createSpeechSpan

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

function createSpeechSpan(options, parent?): Span<SpeechSpanData>;

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

Parameter Type

options

DeepPartial<CreateSpanOptions<SpeechSpanData>> & object

parent?

| Span<any> | Trace

Span<SpeechSpanData>