Table of Contents

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

IEnumerable<AutoHighlightResult>

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

AudioIntelligenceModelStatus

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.