Class AdditionalFormat
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class AdditionalFormat
- Inheritance
-
objectAdditionalFormat
Properties
Content
The content of the transcript in the specified format.
public string Content { get; set; }
Property Value
- string
ContentType
The content type of the format.
public string ContentType { get; set; }
Property Value
- string
FileExtension
The file extension of the format.
public string FileExtension { get; set; }
Property Value
- string
IsBase64Encoded
Indicates if the content is base64 encoded.
public bool IsBase64Encoded { get; set; }
Property Value
- bool
RequestedFormat
The requested format of the transcript.
public string RequestedFormat { get; set; }
Property Value
- string