Table of Contents

Class WhisperWord

Namespace
AiDotNet.Audio.Whisper
Assembly
AiDotNet.dll

A transcribed word with timing information.

public class WhisperWord
Inheritance
WhisperWord
Inherited Members

Properties

Confidence

Gets or sets the confidence score.

public double Confidence { get; set; }

Property Value

double

EndTime

Gets or sets the end time in seconds.

public double EndTime { get; set; }

Property Value

double

StartTime

Gets or sets the start time in seconds.

public double StartTime { get; set; }

Property Value

double

Word

Gets or sets the word text.

public string Word { get; set; }

Property Value

string