Class StartSynthesisTaskRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Polly
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StartSynthesisTaskRequest : SynthesizeSpeechRequest
Properties
| Edit this page View SourceOutputS3BucketName
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 |
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 |
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 |