Skip to content

createSpeechGroupSpan

function createSpeechGroupSpan(options?, parent?): Span<SpeechGroupSpanData>;

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

Parameter Type

options?

DeepPartial<CreateSpanOptions<SpeechGroupSpanData>>

parent?

| Span<any> | Trace

Span<SpeechGroupSpanData>