Table of Contents

Class ConfigureEndUtteranceSilenceThreshold

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

Properties

EndUtteranceSilenceThreshold

The duration threshold in milliseconds

[JsonPropertyName("end_utterance_silence_threshold")]
public required int EndUtteranceSilenceThreshold { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.