Class TranscribeJobItem
Inheritance
TranscribeJobItem
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscribeJobItem
Properties
|
Edit this page
View Source
Alternatives
Declaration
[JsonProperty("alternatives")]
public TranscribeJobAlternative[] Alternatives { get; set; }
Property Value
|
Edit this page
View Source
EndTime
Declaration
[JsonProperty("end_time")]
public double? EndTime { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public int Id { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[JsonProperty("start_time")]
public double? StartTime { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods