about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json171
1 files changed, 171 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json
new file mode 100644
index 00000000..a0e354e0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/polly/2016-06-10/examples-1.json
@@ -0,0 +1,171 @@
+{
+  "version": "1.0",
+  "examples": {
+    "DeleteLexicon": [
+      {
+        "input": {
+          "Name": "example"
+        },
+        "output": {
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Deletes a specified pronunciation lexicon stored in an AWS Region.",
+        "id": "to-delete-a-lexicon-1481922498332",
+        "title": "To delete a lexicon"
+      }
+    ],
+    "DescribeVoices": [
+      {
+        "input": {
+          "LanguageCode": "en-GB"
+        },
+        "output": {
+          "Voices": [
+            {
+              "Gender": "Female",
+              "Id": "Emma",
+              "LanguageCode": "en-GB",
+              "LanguageName": "British English",
+              "Name": "Emma"
+            },
+            {
+              "Gender": "Male",
+              "Id": "Brian",
+              "LanguageCode": "en-GB",
+              "LanguageName": "British English",
+              "Name": "Brian"
+            },
+            {
+              "Gender": "Female",
+              "Id": "Amy",
+              "LanguageCode": "en-GB",
+              "LanguageName": "British English",
+              "Name": "Amy"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Returns the list of voices that are available for use when requesting speech synthesis. Displayed languages are those within the specified language code. If no language code is specified, voices for all available languages are displayed.",
+        "id": "to-describe-available-voices-1482180557753",
+        "title": "To describe available voices"
+      }
+    ],
+    "GetLexicon": [
+      {
+        "input": {
+          "Name": ""
+        },
+        "output": {
+          "Lexicon": {
+            "Content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<lexicon version=\"1.0\" \r\n      xmlns=\"http://www.w3.org/2005/01/pronunciation-lexicon\"\r\n      xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \r\n      xsi:schemaLocation=\"http://www.w3.org/2005/01/pronunciation-lexicon \r\n        http://www.w3.org/TR/2007/CR-pronunciation-lexicon-20071212/pls.xsd\"\r\n      alphabet=\"ipa\" \r\n      xml:lang=\"en-US\">\r\n  <lexeme>\r\n    <grapheme>W3C</grapheme>\r\n    <alias>World Wide Web Consortium</alias>\r\n  </lexeme>\r\n</lexicon>",
+            "Name": "example"
+          },
+          "LexiconAttributes": {
+            "Alphabet": "ipa",
+            "LanguageCode": "en-US",
+            "LastModified": 1478542980.117,
+            "LexemesCount": 1,
+            "LexiconArn": "arn:aws:polly:us-east-1:123456789012:lexicon/example",
+            "Size": 503
+          }
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Returns the content of the specified pronunciation lexicon stored in an AWS Region.",
+        "id": "to-retrieve-a-lexicon-1481912870836",
+        "title": "To retrieve a lexicon"
+      }
+    ],
+    "ListLexicons": [
+      {
+        "input": {
+        },
+        "output": {
+          "Lexicons": [
+            {
+              "Attributes": {
+                "Alphabet": "ipa",
+                "LanguageCode": "en-US",
+                "LastModified": 1478542980.117,
+                "LexemesCount": 1,
+                "LexiconArn": "arn:aws:polly:us-east-1:123456789012:lexicon/example",
+                "Size": 503
+              },
+              "Name": "example"
+            }
+          ]
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Returns a list of pronunciation lexicons stored in an AWS Region.",
+        "id": "to-list-all-lexicons-in-a-region-1481842106487",
+        "title": "To list all lexicons in a region"
+      }
+    ],
+    "PutLexicon": [
+      {
+        "input": {
+          "Content": "<Lexicon Content>",
+          "Name": "W3C"
+        },
+        "output": {
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Stores a pronunciation lexicon in an AWS Region.",
+        "id": "to-save-a-lexicon-1482272584088",
+        "title": "To save a lexicon"
+      }
+    ],
+    "SynthesizeSpeech": [
+      {
+        "input": {
+          "LexiconNames": [
+            "example"
+          ],
+          "OutputFormat": "mp3",
+          "SampleRate": "8000",
+          "Text": "All Gaul is divided into three parts",
+          "TextType": "text",
+          "VoiceId": "Joanna"
+        },
+        "output": {
+          "AudioStream": "TEXT",
+          "ContentType": "audio/mpeg",
+          "RequestCharacters": 37
+        },
+        "comments": {
+          "input": {
+          },
+          "output": {
+          }
+        },
+        "description": "Synthesizes plain text or SSML into a file of human-like speech.",
+        "id": "to-synthesize-speech-1482186064046",
+        "title": "To synthesize speech"
+      }
+    ]
+  }
+}