Table of Contents

Class SpeakerSegmentEventArgs

Namespace
VisioForge.Core.Types.Events
Assembly
VisioForge.Core.dll

Provides data for the speaker-segment event raised by the speaker-diarization block as each turn finalizes.

public class SpeakerSegmentEventArgs : EventArgs

Inheritance

Inherited Members

Remarks

Raised on the diarization block's background worker thread, so handlers must be thread-safe and marshal to the UI thread when updating UI.

Constructors

SpeakerSegmentEventArgs(SpeakerSegment)

Initializes a new instance of the VisioForge.Core.Types.Events.SpeakerSegmentEventArgs class.

public SpeakerSegmentEventArgs(SpeakerSegment segment)

Parameters

segment SpeakerSegment

The finalized speaker turn.

Properties

Segment

Gets the finalized speaker turn.

public SpeakerSegment Segment { get; }

Property Value

SpeakerSegment