Class Range
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class Range
Properties
| Edit this page View SourceEndMs
Required.
Declaration
[JsonProperty("end_ms")]
public int EndMs { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StartMs
Required.
Declaration
[JsonProperty("start_ms")]
public int StartMs { get; set; }
Property Value
| Type | Description |
|---|---|
| int |