Module Awso_polly_lwtSource

include module type of struct include Awso_polly.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule CoralAvailabilityThrottledResource = Awso_polly.Values.CoralAvailabilityThrottledResource
Sourcemodule CoralAvailabilityThrottlingReason = Awso_polly.Values.CoralAvailabilityThrottlingReason
Sourcemodule ValidationExceptionFieldMessage = Awso_polly.Values.ValidationExceptionFieldMessage
Sourcemodule ValidationExceptionFieldName = Awso_polly.Values.ValidationExceptionFieldName

Provides information about a specific throttling reason.

Sourcemodule ValidationExceptionField = Awso_polly.Values.ValidationExceptionField

Information about a field that failed validation.

Sourcemodule AvailabilityErrorMessage = Awso_polly.Values.AvailabilityErrorMessage
Sourcemodule ThrottlingReasonList = Awso_polly.Values.ThrottlingReasonList
Sourcemodule ValidationExceptionFieldList = Awso_polly.Values.ValidationExceptionFieldList
Sourcemodule ValidationExceptionReason = Awso_polly.Values.ValidationExceptionReason
Sourcemodule FlushStreamConfiguration = Awso_polly.Values.FlushStreamConfiguration

Configuration that controls when synthesized audio data is sent on the output stream.

Sourcemodule SpeechMarkTypeList = Awso_polly.Values.SpeechMarkTypeList

Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.

Contains a chunk of synthesized audio data.

Sourcemodule ServiceFailureException = Awso_polly.Values.ServiceFailureException

An unknown condition has caused a service failure.

Sourcemodule ServiceQuotaExceededException = Awso_polly.Values.ServiceQuotaExceededException

The request would cause a service quota to be exceeded.

Indicates that the synthesis stream is closed and provides summary information.

Sourcemodule ThrottlingException = Awso_polly.Values.ThrottlingException

The request was denied because of request throttling.

Sourcemodule ValidationException = Awso_polly.Values.ValidationException

The input fails to satisfy the constraints specified by the service.

Indicates the end of the input stream. After sending this event, the input stream will be closed and all audio will be returned.

Contains text content to be synthesized into speech.

SynthesisTask object that provides information about a speech synthesis task.

Sourcemodule LexiconDescription = Awso_polly.Values.LexiconDescription

Describes the content of the lexicon.

Description of the voice.

Sourcemodule EngineNotSupportedException = Awso_polly.Values.EngineNotSupportedException

This engine is not compatible with the voice that you have designated. Choose a new voice that is compatible with the engine or change the engine and restart the operation.

Sourcemodule InvalidSampleRateException = Awso_polly.Values.InvalidSampleRateException

The specified sample rate is not valid.

Sourcemodule InvalidSsmlException = Awso_polly.Values.InvalidSsmlException

The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.

Sourcemodule LanguageNotSupportedException = Awso_polly.Values.LanguageNotSupportedException

The language specified is not currently supported by Amazon Polly in this capacity.

Sourcemodule LexiconNotFoundException = Awso_polly.Values.LexiconNotFoundException

Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region. Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.

Sourcemodule MarksNotSupportedForFormatException = Awso_polly.Values.MarksNotSupportedForFormatException

Speech marks are not supported for the OutputFormat selected. Speech marks are only available for content in json format.

Sourcemodule SsmlMarksNotSupportedForTextTypeException = Awso_polly.Values.SsmlMarksNotSupportedForTextTypeException

SSML speech marks are not supported for plain text-type input.

Sourcemodule TextLengthExceededException = Awso_polly.Values.TextLengthExceededException

The value of the "Text" parameter is longer than the accepted limits. For the SynthesizeSpeech API, the limit for input text is a maximum of 6000 characters total, of which no more than 3000 can be billed characters. For the StartSpeechSynthesisTask API, the maximum is 200,000 characters, of which no more than 100,000 can be billed characters. SSML tags are not counted as billed characters.

Sourcemodule InvalidS3BucketException = Awso_polly.Values.InvalidS3BucketException

The provided Amazon S3 bucket name is invalid. Please check your input with S3 bucket naming requirements and try again.

Sourcemodule InvalidS3KeyException = Awso_polly.Values.InvalidS3KeyException

The provided Amazon S3 key prefix is invalid. Please provide a valid S3 object key name.

Sourcemodule InvalidSnsTopicArnException = Awso_polly.Values.InvalidSnsTopicArnException

The provided SNS topic ARN is invalid. Please provide a valid SNS topic ARN and try again.

Sourcemodule OutputS3BucketName = Awso_polly.Values.OutputS3BucketName
Sourcemodule StartSpeechSynthesisStreamEventStream = Awso_polly.Values.StartSpeechSynthesisStreamEventStream

Outbound event stream that contains synthesized audio data and stream status events.

Sourcemodule StartSpeechSynthesisStreamActionStream = Awso_polly.Values.StartSpeechSynthesisStreamActionStream

Inbound event stream for sending input and control events to manage bidirectional speech synthesis.

Sourcemodule InvalidLexiconException = Awso_polly.Values.InvalidLexiconException

Amazon Polly can't find the specified lexicon. Verify that the lexicon's name is spelled correctly, and then try again.

Sourcemodule LexiconSizeExceededException = Awso_polly.Values.LexiconSizeExceededException

The maximum size of the specified lexicon would be exceeded by this operation.

Sourcemodule MaxLexemeLengthExceededException = Awso_polly.Values.MaxLexemeLengthExceededException

The maximum size of the lexeme would be exceeded by this operation.

Sourcemodule MaxLexiconsNumberExceededException = Awso_polly.Values.MaxLexiconsNumberExceededException

The maximum number of lexicons would be exceeded by this operation.

Sourcemodule UnsupportedPlsAlphabetException = Awso_polly.Values.UnsupportedPlsAlphabetException

The alphabet specified by the lexicon is not a supported alphabet. Valid values are x-sampa and ipa.

Sourcemodule UnsupportedPlsLanguageException = Awso_polly.Values.UnsupportedPlsLanguageException

The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.

Sourcemodule InvalidNextTokenException = Awso_polly.Values.InvalidNextTokenException

The NextToken is invalid. Verify that it's spelled correctly, and then try again.

Sourcemodule LexiconDescriptionList = Awso_polly.Values.LexiconDescriptionList
Sourcemodule InvalidTaskIdException = Awso_polly.Values.InvalidTaskIdException

The provided Task ID is not valid. Please provide a valid Task ID and try again.

Sourcemodule SynthesisTaskNotFoundException = Awso_polly.Values.SynthesisTaskNotFoundException

The Speech Synthesis task with requested Task ID cannot be found.

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

Sourcemodule IncludeAdditionalLanguageCodes = Awso_polly.Values.IncludeAdditionalLanguageCodes
Sourcemodule SynthesizeSpeechOutput = Awso_polly.Values.SynthesizeSpeechOutput

Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.

Sourcemodule SynthesizeSpeechInput = Awso_polly.Values.SynthesizeSpeechInput

Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.

Sourcemodule StartSpeechSynthesisTaskOutput = Awso_polly.Values.StartSpeechSynthesisTaskOutput

Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask. This operation requires all the standard information needed for speech synthesis, plus the name of an Amazon S3 bucket for the service to store the output of the synthesis task and two optional parameters (OutputS3KeyPrefix and SnsTopicArn). Once the synthesis task is created, this operation will return a SpeechSynthesisTask object, which will include an identifier of this task as well as the current status. The SpeechSynthesisTask object is available for 72 hours after starting the asynchronous synthesis task.

Sourcemodule StartSpeechSynthesisTaskInput = Awso_polly.Values.StartSpeechSynthesisTaskInput

Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask. This operation requires all the standard information needed for speech synthesis, plus the name of an Amazon S3 bucket for the service to store the output of the synthesis task and two optional parameters (OutputS3KeyPrefix and SnsTopicArn). Once the synthesis task is created, this operation will return a SpeechSynthesisTask object, which will include an identifier of this task as well as the current status. The SpeechSynthesisTask object is available for 72 hours after starting the asynchronous synthesis task.

Sourcemodule StartSpeechSynthesisStreamOutput = Awso_polly.Values.StartSpeechSynthesisStreamOutput

Synthesizes UTF-8 input, plain text, or SSML over a bidirectional streaming connection. Specify synthesis parameters in HTTP/2 headers, send text incrementally as events on the input stream, and receive synthesized audio as it becomes available. This operation serves as a bidirectional counterpart to SynthesizeSpeech: SynthesizeSpeech

Sourcemodule StartSpeechSynthesisStreamInput = Awso_polly.Values.StartSpeechSynthesisStreamInput

Synthesizes UTF-8 input, plain text, or SSML over a bidirectional streaming connection. Specify synthesis parameters in HTTP/2 headers, send text incrementally as events on the input stream, and receive synthesized audio as it becomes available. This operation serves as a bidirectional counterpart to SynthesizeSpeech: SynthesizeSpeech

Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation. For more information, see Managing Lexicons.

Stores a pronunciation lexicon in an Amazon Web Services Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation. For more information, see Managing Lexicons.

Sourcemodule ListSpeechSynthesisTasksOutput = Awso_polly.Values.ListSpeechSynthesisTasksOutput

Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.

Sourcemodule ListSpeechSynthesisTasksInput = Awso_polly.Values.ListSpeechSynthesisTasksInput

Returns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.

Sourcemodule ListLexiconsOutput = Awso_polly.Values.ListLexiconsOutput

Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.

Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.

Sourcemodule GetSpeechSynthesisTaskOutput = Awso_polly.Values.GetSpeechSynthesisTaskOutput

Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.

Sourcemodule GetSpeechSynthesisTaskInput = Awso_polly.Values.GetSpeechSynthesisTaskInput

Retrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.

Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. For more information, see Managing Lexicons.

Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. For more information, see Managing Lexicons.

Sourcemodule DescribeVoicesOutput = Awso_polly.Values.DescribeVoicesOutput

Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name. When synthesizing speech ( SynthesizeSpeech ), you provide the voice ID for the voice you want from the list of voices returned by DescribeVoices. For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the DescribeVoices operation you can provide the user with a list of available voices to select from. You can optionally specify a language code to filter the available voices. For example, if you specify en-US, the operation returns a list of all available US English voices. This operation requires permissions to perform the polly:DescribeVoices action.

Sourcemodule DescribeVoicesInput = Awso_polly.Values.DescribeVoicesInput

Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name. When synthesizing speech ( SynthesizeSpeech ), you provide the voice ID for the voice you want from the list of voices returned by DescribeVoices. For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the DescribeVoices operation you can provide the user with a list of available voices to select from. You can optionally specify a language code to filter the available voices. For example, if you specify en-US, the operation returns a list of all available US English voices. This operation requires permissions to perform the polly:DescribeVoices action.

Sourcemodule DeleteLexiconOutput = Awso_polly.Values.DeleteLexiconOutput

Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs. For more information, see Managing Lexicons.

Sourcemodule DeleteLexiconInput = Awso_polly.Values.DeleteLexiconInput

Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs. For more information, see Managing Lexicons.