Search Results for

    Show / Hide Table of Contents

    Class TranscriptionJobList

    Inheritance
    object
    TranscriptionJobList
    Implements
    IDataList<TranscriptionJobSummary>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe.Services
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class TranscriptionJobList : IDataList<TranscriptionJobSummary>

    Properties

    | Edit this page View Source

    Data

    Optional. Provides a summary of information about each result.

    Declaration
    [JsonProperty("TranscriptionJobSummaries")]
    public TranscriptionJobSummary[] Data { get; set; }
    Property Value
    Type Description
    TranscriptionJobSummary[]
    | Edit this page View Source

    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
    | Edit this page View Source

    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

    Implements

    IDataList<T>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    DataListExtensions.IsNotNullOrEmpty<T>(IDataList<T>)
    DataListExtensions.IsNullOrEmpty<T>(IDataList<T>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation