Class TranscriptionJobList
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe.Services
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscriptionJobList : IDataList<TranscriptionJobSummary>
Properties
| Edit this page View SourceData
Optional. Provides a summary of information about each result.
Declaration
[JsonProperty("TranscriptionJobSummaries")]
public TranscriptionJobSummary[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| TranscriptionJobSummary[] |
NextToken
Optional. If present, indicates that not all results are displayed. Use this token to retrieve the next set of results.
Declaration
public string NextToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Optional. Lists all transcription jobs that have the status specified in your request. Jobs are ordered by creation date, with the newest job first.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |