Search Results for

    Show / Hide Table of Contents

    Class TranscribeListRequest

    JSON body for all list requests used in AWS Transcribe.

    Inheritance
    object
    TranscribeListRequest
    ListTranscriptionJobsRequest
    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
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class TranscribeListRequest

    Properties

    | Edit this page View Source

    MaxResults

    Optional. The maximum number of transcription jobs to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.

    Declaration
    public int? MaxResults { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    NameContains

    Declaration
    public virtual string NameContains { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NextToken

    Optional. If your request returns more results than can be displayed, use this token to get the next page of results.

    Declaration
    public string NextToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StateEquals

    Filter by state: PENDING, READY, or FAILED.

    Declaration
    public virtual string StateEquals { get; set; }
    Property Value
    Type Description
    string

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation