Table of Contents

Class GetSubtitlesParams

Namespace
AssemblyAI.Transcripts
Assembly
AssemblyAI.dll
public record GetSubtitlesParams : IEquatable<GetSubtitlesParams>
Inheritance
GetSubtitlesParams
Implements
Inherited Members

Properties

CharsPerCaption

The maximum number of characters per caption

public int? CharsPerCaption { 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.