Table of Contents

Class AdditionalFormat

public class AdditionalFormat
Inheritance
object
AdditionalFormat

Properties

Content

The content of the transcript in the specified format.

public string Content { get; set; }

Property Value

string

ContentType

The content type of the format.

public string ContentType { get; set; }

Property Value

string

FileExtension

The file extension of the format.

public string FileExtension { get; set; }

Property Value

string

IsBase64Encoded

Indicates if the content is base64 encoded.

public bool IsBase64Encoded { get; set; }

Property Value

bool

RequestedFormat

The requested format of the transcript.

public string RequestedFormat { get; set; }

Property Value

string