Table of Contents

Property Start

Namespace
LMKit.Speech
Assembly
LM-Kit.NET.dll

Start

Gets or sets the time offset at which transcription should begin.

public TimeSpan Start { get; set; }

Property Value

TimeSpan

A TimeSpan indicating the point, measured from the start of the audio content, where speech-to-text processing will commence.

Examples

engine.Start = TimeSpan.FromSeconds(30);