Class TranscriptCustomSpelling
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record TranscriptCustomSpelling : IEquatable<TranscriptCustomSpelling>
- Inheritance
-
TranscriptCustomSpelling
- Implements
- Inherited Members
Properties
From
Words or phrases to replace
[JsonPropertyName("from")]
public IEnumerable<string> From { get; set; }
Property Value
To
Word or phrase to replace with
[JsonPropertyName("to")]
public required string To { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.