Search Results for

    Show / Hide Table of Contents

    Class StartSynthesisTaskRequest

    Inheritance
    object
    SynthesizeSpeechRequest
    StartSynthesisTaskRequest
    Inherited Members
    SynthesizeSpeechRequest.Engine
    SynthesizeSpeechRequest.LanguageCode
    SynthesizeSpeechRequest.LexiconNames
    SynthesizeSpeechRequest.OutputFormat
    SynthesizeSpeechRequest.SampleRate
    SynthesizeSpeechRequest.SpeechMarkTypes
    SynthesizeSpeechRequest.Text
    SynthesizeSpeechRequest.TextType
    SynthesizeSpeechRequest.VoiceId
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Polly
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class StartSynthesisTaskRequest : SynthesizeSpeechRequest

    Properties

    | Edit this page View Source

    OutputS3BucketName

    Required. Amazon S3 bucket name to which the output file will be saved.

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

    OutputS3KeyPrefix

    Optional. The Amazon S3 key prefix for the output speech file.

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

    SnsTopicArn

    Optional. ARN for the SNS topic optionally used for providing status notification for a speech synthesis task.

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