Search Results for

    Show / Hide Table of Contents

    Class SynthesisTaskList

    Inheritance
    object
    SynthesisTaskList
    Implements
    IDataList<SynthesisTask>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Polly.Services
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public sealed class SynthesisTaskList : IDataList<SynthesisTask>

    Properties

    | Edit this page View Source

    Data

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

    NextToken

    Declaration
    [JsonProperty("NextToken")]
    public string NextToken { 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