Table of Contents

Class Speaker

public class Speaker
Inheritance
object
Speaker

Properties

DurationSecs

Required. The duration of the speaker in seconds.

public double? DurationSecs { get; set; }

Property Value

double?

SpeakerId

Required. The ID of the speaker.

public string SpeakerId { get; set; }

Property Value

string

Utterances

Optional. The utterances of the speaker.

public List<Utterances> Utterances { get; set; }

Property Value

List<Utterances>