Class ElevenLabsTranscript
- Namespace
- Glitch9.AIDevKit.ElevenLabs
public class ElevenLabsTranscript : Transcript, IGeneratedOutput
- Inheritance
-
objectElevenLabsTranscript
- Implements
- Inherited Members
Properties
AdditionalFormats
Optional. Requested additional formats of the transcript.
public List<AdditionalFormat> AdditionalFormats { get; set; }
Property Value
- List<AdditionalFormat>
Language
public override SystemLanguage Language { get; }
Property Value
- SystemLanguage
LanguageCode
The detected language code (e.g. 'eng' for English).
public string LanguageCode { get; set; }
Property Value
- string
LanguageProbability
The confidence score of the language detection (0 to 1).
public double LanguageProbability { get; set; }
Property Value
- double
Text
The raw text of the transcription.
public override string Text { get; set; }
Property Value
- string
Words
List of words with their timing information.
public List<Word> Words { get; set; }
Property Value
- List<Word>