Class ElevenLabsTranscript.Character
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ElevenLabsTranscript.Character
Properties
| Edit this page View SourceEnd
The end time of the character in seconds.
Declaration
[JsonProperty("end")]
public double End { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Start
The start time of the character in seconds.
Declaration
[JsonProperty("start")]
public double Start { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Text
The text of the character.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |