Skip to content

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>