Class: Aws::Polly::Types::TextLengthExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::TextLengthExceededException
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1183 class TextLengthExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |