package polly

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. polly
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Alphabet = String
  2. type AudioStream = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
  3. type ContentType = String
  4. type DateTime = Date
  5. trait DeleteLexiconInput extends Object
    Annotations
    @RawJSType() @native()
  6. trait DeleteLexiconOutput extends Object
    Annotations
    @RawJSType() @native()
  7. trait DescribeVoicesInput extends Object
    Annotations
    @RawJSType() @native()
  8. trait DescribeVoicesOutput extends Object
    Annotations
    @RawJSType() @native()
  9. type Gender = String
  10. trait GetLexiconInput extends Object
    Annotations
    @RawJSType() @native()
  11. trait GetLexiconOutput extends Object
    Annotations
    @RawJSType() @native()
  12. trait GetSpeechSynthesisTaskInput extends Object
    Annotations
    @RawJSType() @native()
  13. trait GetSpeechSynthesisTaskOutput extends Object
    Annotations
    @RawJSType() @native()
  14. type IncludeAdditionalLanguageCodes = Boolean
  15. type LanguageCode = String
  16. type LanguageCodeList = Array[LanguageCode]
  17. type LanguageName = String
  18. type LastModified = Date
  19. type LexemesCount = Int
  20. trait Lexicon extends Object

    Provides lexicon name and lexicon content in string format.

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

    Annotations
    @RawJSType() @native()
  21. type LexiconArn = String
  22. trait LexiconAttributes extends Object

    Contains metadata describing the lexicon such as the number of lexemes, language code, and so on.

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

    Annotations
    @RawJSType() @native()
  23. type LexiconContent = String
  24. trait LexiconDescription extends Object

    Describes the content of the lexicon.

    Describes the content of the lexicon.

    Annotations
    @RawJSType() @native()
  25. type LexiconDescriptionList = Array[LexiconDescription]
  26. type LexiconName = String
  27. type LexiconNameList = Array[LexiconName]
  28. trait ListLexiconsInput extends Object
    Annotations
    @RawJSType() @native()
  29. trait ListLexiconsOutput extends Object
    Annotations
    @RawJSType() @native()
  30. trait ListSpeechSynthesisTasksInput extends Object
    Annotations
    @RawJSType() @native()
  31. trait ListSpeechSynthesisTasksOutput extends Object
    Annotations
    @RawJSType() @native()
  32. type MaxResults = Int
  33. type NextToken = String
  34. type OutputFormat = String
  35. type OutputS3BucketName = String
  36. type OutputS3KeyPrefix = String
  37. type OutputUri = String
  38. class Polly extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Polly" )
  39. implicit final class PollyOps extends AnyVal
  40. trait PutLexiconInput extends Object
    Annotations
    @RawJSType() @native()
  41. trait PutLexiconOutput extends Object
    Annotations
    @RawJSType() @native()
  42. type RequestCharacters = Int
  43. type SampleRate = String
  44. type Size = Int
  45. type SnsTopicArn = String
  46. type SpeechMarkType = String
  47. type SpeechMarkTypeList = Array[SpeechMarkType]
  48. trait StartSpeechSynthesisTaskInput extends Object
    Annotations
    @RawJSType() @native()
  49. trait StartSpeechSynthesisTaskOutput extends Object
    Annotations
    @RawJSType() @native()
  50. trait SynthesisTask extends Object

    SynthesisTask object that provides information about a speech synthesis task.

    SynthesisTask object that provides information about a speech synthesis task.

    Annotations
    @RawJSType() @native()
  51. type SynthesisTasks = Array[SynthesisTask]
  52. trait SynthesizeSpeechInput extends Object
    Annotations
    @RawJSType() @native()
  53. trait SynthesizeSpeechOutput extends Object
    Annotations
    @RawJSType() @native()
  54. type TaskId = String
  55. type TaskStatus = String
  56. type TaskStatusReason = String
  57. type Text = String
  58. type TextType = String
  59. trait Voice extends Object

    Description of the voice.

    Description of the voice.

    Annotations
    @RawJSType() @native()
  60. type VoiceId = String
  61. type VoiceList = Array[Voice]
  62. type VoiceName = String

Inherited from AnyRef

Inherited from Any

Ungrouped