Class AutoHighlightsResult
- Namespace
- AssemblyAI.Transcripts
- Assembly
- AssemblyAI.dll
public record AutoHighlightsResult : IEquatable<AutoHighlightsResult>
- Inheritance
-
AutoHighlightsResult
- Implements
- Inherited Members
Properties
Results
A temporally-sequential array of Key Phrases
[JsonPropertyName("results")]
public IEnumerable<AutoHighlightResult> Results { get; set; }
Property Value
Status
The status of the Key Phrases model. Either success, or unavailable in the rare case that the model failed.
[JsonPropertyName("status")]
public required AudioIntelligenceModelStatus Status { 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.