Table of Contents

Class Word

Namespace
AssemblyAI.Realtime
Assembly
AssemblyAI.dll
public record Word : IEquatable<Word>
Inheritance
Word
Implements
Inherited Members

Properties

Confidence

Confidence score of the word

[JsonPropertyName("confidence")]
public required double Confidence { get; set; }

Property Value

double

End

End time of the word in milliseconds

[JsonPropertyName("end")]
public required int End { get; set; }

Property Value

int

Start

Start time of the word in milliseconds

[JsonPropertyName("start")]
public required int Start { get; set; }

Property Value

int

Text

The word itself

[JsonPropertyName("text")]
public required string Text { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.