Class TranscribeJobResults
Inheritance
TranscribeJobResults
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscribeJobResults
Properties
|
Edit this page
View Source
AudioSegments
Declaration
[JsonProperty("audio_segments")]
public TranscribeJobAudioSegment[] AudioSegments { get; set; }
Property Value
|
Edit this page
View Source
Items
Declaration
[JsonProperty("items")]
public TranscribeJobItem[] Items { get; set; }
Property Value
|
Edit this page
View Source
Transcripts
Declaration
[JsonProperty("transcripts")]
public TranscribeJobTranscriptText[] Transcripts { get; set; }
Property Value
Extension Methods