C# Class UXSkill.SpeakerResult

Show file Open project: RobotsAndPencils/ux-box-skill Class Usage Examples

Public Properties

Property Type Description
end decimal
sentiment DetectSentimentResponse
speaker int
start decimal
text string

Property Details

end public property

public decimal end
return decimal

sentiment public property

public DetectSentimentResponse sentiment
return DetectSentimentResponse

speaker public property

public int speaker
return int

start public property

public decimal start
return decimal

text public property

public string text
return string