Class ElevenLabsTranscript.Format
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ElevenLabsTranscript.Format
Properties
| Edit this page View SourceContent
The content of the transcript in the specified format.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContentType
The content type of the format.
Declaration
[JsonProperty("content_type")]
public string ContentType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileExtension
The file extension of the format.
Declaration
[JsonProperty("file_extension")]
public string FileExtension { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsBase64Encoded
Indicates if the content is base64 encoded.
Declaration
[JsonProperty("is_base64_encoded")]
public bool IsBase64Encoded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RequestedFormat
The requested format of the transcript.
Declaration
[JsonProperty("requested_format")]
public string RequestedFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| string |