Class TranscribeJobResponse
Inheritance
TranscribeJobResponse
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscribeJobResponse
Properties
|
Edit this page
View Source
AccountId
Declaration
[JsonProperty("accountId")]
public string AccountId { get; set; }
Property Value
|
Edit this page
View Source
JobName
Declaration
[JsonProperty("jobName")]
public string JobName { get; set; }
Property Value
|
Edit this page
View Source
Results
Declaration
[JsonProperty("results")]
public TranscribeJobResults Results { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
Extension Methods