Class TranscribeJobAudioSegment
Inheritance
TranscribeJobAudioSegment
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscribeJobAudioSegment
Properties
|
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
Items
Declaration
[JsonProperty("items")]
public int[] Items { 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
Transcript
Declaration
[JsonProperty("transcript")]
public string Transcript { get; set; }
Property Value
Extension Methods