aws-sdk-transcribeservice 1.91.0 → 1.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +479 -69
- data/lib/aws-sdk-transcribeservice/client_api.rb +153 -0
- data/lib/aws-sdk-transcribeservice/endpoint_provider.rb +3 -3
- data/lib/aws-sdk-transcribeservice/endpoints.rb +56 -0
- data/lib/aws-sdk-transcribeservice/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-transcribeservice/types.rb +743 -86
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- metadata +2 -2
@@ -793,7 +793,7 @@ module Aws::TranscribeService
|
|
793
793
|
#
|
794
794
|
# resp = client.create_medical_vocabulary({
|
795
795
|
# vocabulary_name: "VocabularyName", # required
|
796
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
796
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
797
797
|
# vocabulary_file_uri: "Uri", # required
|
798
798
|
# tags: [
|
799
799
|
# {
|
@@ -806,7 +806,7 @@ module Aws::TranscribeService
|
|
806
806
|
# @example Response structure
|
807
807
|
#
|
808
808
|
# resp.vocabulary_name #=> String
|
809
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
809
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
810
810
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
811
811
|
# resp.last_modified_time #=> Time
|
812
812
|
# resp.failure_reason #=> String
|
@@ -936,7 +936,7 @@ module Aws::TranscribeService
|
|
936
936
|
#
|
937
937
|
# resp = client.create_vocabulary({
|
938
938
|
# vocabulary_name: "VocabularyName", # required
|
939
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
939
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
940
940
|
# phrases: ["Phrase"],
|
941
941
|
# vocabulary_file_uri: "Uri",
|
942
942
|
# tags: [
|
@@ -951,7 +951,7 @@ module Aws::TranscribeService
|
|
951
951
|
# @example Response structure
|
952
952
|
#
|
953
953
|
# resp.vocabulary_name #=> String
|
954
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
954
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
955
955
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
956
956
|
# resp.last_modified_time #=> Time
|
957
957
|
# resp.failure_reason #=> String
|
@@ -1078,7 +1078,7 @@ module Aws::TranscribeService
|
|
1078
1078
|
#
|
1079
1079
|
# resp = client.create_vocabulary_filter({
|
1080
1080
|
# vocabulary_filter_name: "VocabularyFilterName", # required
|
1081
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
1081
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
1082
1082
|
# words: ["Word"],
|
1083
1083
|
# vocabulary_filter_file_uri: "Uri",
|
1084
1084
|
# tags: [
|
@@ -1093,7 +1093,7 @@ module Aws::TranscribeService
|
|
1093
1093
|
# @example Response structure
|
1094
1094
|
#
|
1095
1095
|
# resp.vocabulary_filter_name #=> String
|
1096
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1096
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1097
1097
|
# resp.last_modified_time #=> Time
|
1098
1098
|
#
|
1099
1099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CreateVocabularyFilter AWS API Documentation
|
@@ -1180,6 +1180,31 @@ module Aws::TranscribeService
|
|
1180
1180
|
req.send_request(options)
|
1181
1181
|
end
|
1182
1182
|
|
1183
|
+
# Deletes a Medical Scribe job. To use this operation, specify the name
|
1184
|
+
# of the job you want to delete using `MedicalScribeJobName`. Job names
|
1185
|
+
# are case sensitive.
|
1186
|
+
#
|
1187
|
+
# @option params [required, String] :medical_scribe_job_name
|
1188
|
+
# The name of the Medical Scribe job you want to delete. Job names are
|
1189
|
+
# case sensitive.
|
1190
|
+
#
|
1191
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1192
|
+
#
|
1193
|
+
# @example Request syntax with placeholder values
|
1194
|
+
#
|
1195
|
+
# resp = client.delete_medical_scribe_job({
|
1196
|
+
# medical_scribe_job_name: "TranscriptionJobName", # required
|
1197
|
+
# })
|
1198
|
+
#
|
1199
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/DeleteMedicalScribeJob AWS API Documentation
|
1200
|
+
#
|
1201
|
+
# @overload delete_medical_scribe_job(params = {})
|
1202
|
+
# @param [Hash] params ({})
|
1203
|
+
def delete_medical_scribe_job(params = {}, options = {})
|
1204
|
+
req = build_request(:delete_medical_scribe_job, params)
|
1205
|
+
req.send_request(options)
|
1206
|
+
end
|
1207
|
+
|
1183
1208
|
# Deletes a medical transcription job. To use this operation, specify
|
1184
1209
|
# the name of the job you want to delete using
|
1185
1210
|
# `MedicalTranscriptionJobName`. Job names are case sensitive.
|
@@ -1471,7 +1496,7 @@ module Aws::TranscribeService
|
|
1471
1496
|
#
|
1472
1497
|
# resp.call_analytics_job.call_analytics_job_name #=> String
|
1473
1498
|
# resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1474
|
-
# resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1499
|
+
# resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1475
1500
|
# resp.call_analytics_job.media_sample_rate_hertz #=> Integer
|
1476
1501
|
# resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
1477
1502
|
# resp.call_analytics_job.media.media_file_uri #=> String
|
@@ -1493,11 +1518,12 @@ module Aws::TranscribeService
|
|
1493
1518
|
# resp.call_analytics_job.settings.content_redaction.pii_entity_types #=> Array
|
1494
1519
|
# resp.call_analytics_job.settings.content_redaction.pii_entity_types[0] #=> String, one of "BANK_ACCOUNT_NUMBER", "BANK_ROUTING", "CREDIT_DEBIT_NUMBER", "CREDIT_DEBIT_CVV", "CREDIT_DEBIT_EXPIRY", "PIN", "EMAIL", "ADDRESS", "NAME", "PHONE", "SSN", "ALL"
|
1495
1520
|
# resp.call_analytics_job.settings.language_options #=> Array
|
1496
|
-
# resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1521
|
+
# resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1497
1522
|
# resp.call_analytics_job.settings.language_id_settings #=> Hash
|
1498
1523
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].vocabulary_name #=> String
|
1499
1524
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].vocabulary_filter_name #=> String
|
1500
1525
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].language_model_name #=> String
|
1526
|
+
# resp.call_analytics_job.settings.summarization.generate_abstractive_summary #=> Boolean
|
1501
1527
|
# resp.call_analytics_job.channel_definitions #=> Array
|
1502
1528
|
# resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
|
1503
1529
|
# resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
|
@@ -1511,6 +1537,66 @@ module Aws::TranscribeService
|
|
1511
1537
|
req.send_request(options)
|
1512
1538
|
end
|
1513
1539
|
|
1540
|
+
# Provides information about the specified Medical Scribe job.
|
1541
|
+
#
|
1542
|
+
# To view the status of the specified medical transcription job, check
|
1543
|
+
# the `MedicalScribeJobStatus` field. If the status is `COMPLETED`, the
|
1544
|
+
# job is finished. You can find the results at the location specified in
|
1545
|
+
# `MedicalScribeOutput`. If the status is `FAILED`, `FailureReason`
|
1546
|
+
# provides details on why your Medical Scribe job failed.
|
1547
|
+
#
|
1548
|
+
# To get a list of your Medical Scribe jobs, use the operation.
|
1549
|
+
#
|
1550
|
+
# @option params [required, String] :medical_scribe_job_name
|
1551
|
+
# The name of the Medical Scribe job you want information about. Job
|
1552
|
+
# names are case sensitive.
|
1553
|
+
#
|
1554
|
+
# @return [Types::GetMedicalScribeJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1555
|
+
#
|
1556
|
+
# * {Types::GetMedicalScribeJobResponse#medical_scribe_job #medical_scribe_job} => Types::MedicalScribeJob
|
1557
|
+
#
|
1558
|
+
# @example Request syntax with placeholder values
|
1559
|
+
#
|
1560
|
+
# resp = client.get_medical_scribe_job({
|
1561
|
+
# medical_scribe_job_name: "TranscriptionJobName", # required
|
1562
|
+
# })
|
1563
|
+
#
|
1564
|
+
# @example Response structure
|
1565
|
+
#
|
1566
|
+
# resp.medical_scribe_job.medical_scribe_job_name #=> String
|
1567
|
+
# resp.medical_scribe_job.medical_scribe_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1568
|
+
# resp.medical_scribe_job.language_code #=> String, one of "en-US"
|
1569
|
+
# resp.medical_scribe_job.media.media_file_uri #=> String
|
1570
|
+
# resp.medical_scribe_job.media.redacted_media_file_uri #=> String
|
1571
|
+
# resp.medical_scribe_job.medical_scribe_output.transcript_file_uri #=> String
|
1572
|
+
# resp.medical_scribe_job.medical_scribe_output.clinical_document_uri #=> String
|
1573
|
+
# resp.medical_scribe_job.start_time #=> Time
|
1574
|
+
# resp.medical_scribe_job.creation_time #=> Time
|
1575
|
+
# resp.medical_scribe_job.completion_time #=> Time
|
1576
|
+
# resp.medical_scribe_job.failure_reason #=> String
|
1577
|
+
# resp.medical_scribe_job.settings.show_speaker_labels #=> Boolean
|
1578
|
+
# resp.medical_scribe_job.settings.max_speaker_labels #=> Integer
|
1579
|
+
# resp.medical_scribe_job.settings.channel_identification #=> Boolean
|
1580
|
+
# resp.medical_scribe_job.settings.vocabulary_name #=> String
|
1581
|
+
# resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
|
1582
|
+
# resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1583
|
+
# resp.medical_scribe_job.data_access_role_arn #=> String
|
1584
|
+
# resp.medical_scribe_job.channel_definitions #=> Array
|
1585
|
+
# resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
|
1586
|
+
# resp.medical_scribe_job.channel_definitions[0].participant_role #=> String, one of "PATIENT", "CLINICIAN"
|
1587
|
+
# resp.medical_scribe_job.tags #=> Array
|
1588
|
+
# resp.medical_scribe_job.tags[0].key #=> String
|
1589
|
+
# resp.medical_scribe_job.tags[0].value #=> String
|
1590
|
+
#
|
1591
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetMedicalScribeJob AWS API Documentation
|
1592
|
+
#
|
1593
|
+
# @overload get_medical_scribe_job(params = {})
|
1594
|
+
# @param [Hash] params ({})
|
1595
|
+
def get_medical_scribe_job(params = {}, options = {})
|
1596
|
+
req = build_request(:get_medical_scribe_job, params)
|
1597
|
+
req.send_request(options)
|
1598
|
+
end
|
1599
|
+
|
1514
1600
|
# Provides information about the specified medical transcription job.
|
1515
1601
|
#
|
1516
1602
|
# To view the status of the specified medical transcription job, check
|
@@ -1539,7 +1625,7 @@ module Aws::TranscribeService
|
|
1539
1625
|
#
|
1540
1626
|
# resp.medical_transcription_job.medical_transcription_job_name #=> String
|
1541
1627
|
# resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1542
|
-
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1628
|
+
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1543
1629
|
# resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
|
1544
1630
|
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
1545
1631
|
# resp.medical_transcription_job.media.media_file_uri #=> String
|
@@ -1602,7 +1688,7 @@ module Aws::TranscribeService
|
|
1602
1688
|
# @example Response structure
|
1603
1689
|
#
|
1604
1690
|
# resp.vocabulary_name #=> String
|
1605
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1691
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1606
1692
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
1607
1693
|
# resp.last_modified_time #=> Time
|
1608
1694
|
# resp.failure_reason #=> String
|
@@ -1648,7 +1734,7 @@ module Aws::TranscribeService
|
|
1648
1734
|
#
|
1649
1735
|
# resp.transcription_job.transcription_job_name #=> String
|
1650
1736
|
# resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1651
|
-
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1737
|
+
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1652
1738
|
# resp.transcription_job.media_sample_rate_hertz #=> Integer
|
1653
1739
|
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
1654
1740
|
# resp.transcription_job.media.media_file_uri #=> String
|
@@ -1677,10 +1763,10 @@ module Aws::TranscribeService
|
|
1677
1763
|
# resp.transcription_job.identify_language #=> Boolean
|
1678
1764
|
# resp.transcription_job.identify_multiple_languages #=> Boolean
|
1679
1765
|
# resp.transcription_job.language_options #=> Array
|
1680
|
-
# resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1766
|
+
# resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1681
1767
|
# resp.transcription_job.identified_language_score #=> Float
|
1682
1768
|
# resp.transcription_job.language_codes #=> Array
|
1683
|
-
# resp.transcription_job.language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1769
|
+
# resp.transcription_job.language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1684
1770
|
# resp.transcription_job.language_codes[0].duration_in_seconds #=> Float
|
1685
1771
|
# resp.transcription_job.tags #=> Array
|
1686
1772
|
# resp.transcription_job.tags[0].key #=> String
|
@@ -1738,7 +1824,7 @@ module Aws::TranscribeService
|
|
1738
1824
|
# @example Response structure
|
1739
1825
|
#
|
1740
1826
|
# resp.vocabulary_name #=> String
|
1741
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1827
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1742
1828
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
1743
1829
|
# resp.last_modified_time #=> Time
|
1744
1830
|
# resp.failure_reason #=> String
|
@@ -1777,7 +1863,7 @@ module Aws::TranscribeService
|
|
1777
1863
|
# @example Response structure
|
1778
1864
|
#
|
1779
1865
|
# resp.vocabulary_filter_name #=> String
|
1780
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
1866
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1781
1867
|
# resp.last_modified_time #=> Time
|
1782
1868
|
# resp.download_uri #=> String
|
1783
1869
|
#
|
@@ -1806,7 +1892,7 @@ module Aws::TranscribeService
|
|
1806
1892
|
# @option params [Integer] :max_results
|
1807
1893
|
# The maximum number of Call Analytics categories to return in each page
|
1808
1894
|
# of results. If there are fewer results than the value that you
|
1809
|
-
# specify, only the actual results are returned. If you
|
1895
|
+
# specify, only the actual results are returned. If you do not specify a
|
1810
1896
|
# value, a default of 5 is used.
|
1811
1897
|
#
|
1812
1898
|
# @return [Types::ListCallAnalyticsCategoriesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1897,7 +1983,7 @@ module Aws::TranscribeService
|
|
1897
1983
|
#
|
1898
1984
|
# @option params [String] :status
|
1899
1985
|
# Returns only Call Analytics jobs with the specified status. Jobs are
|
1900
|
-
# ordered by creation date, with the newest job first. If you
|
1986
|
+
# ordered by creation date, with the newest job first. If you do not
|
1901
1987
|
# include `Status`, all Call Analytics jobs are returned.
|
1902
1988
|
#
|
1903
1989
|
# @option params [String] :job_name_contains
|
@@ -1914,7 +2000,7 @@ module Aws::TranscribeService
|
|
1914
2000
|
# @option params [Integer] :max_results
|
1915
2001
|
# The maximum number of Call Analytics jobs to return in each page of
|
1916
2002
|
# results. If there are fewer results than the value that you specify,
|
1917
|
-
# only the actual results are returned. If you
|
2003
|
+
# only the actual results are returned. If you do not specify a value, a
|
1918
2004
|
# default of 5 is used.
|
1919
2005
|
#
|
1920
2006
|
# @return [Types::ListCallAnalyticsJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1943,7 +2029,7 @@ module Aws::TranscribeService
|
|
1943
2029
|
# resp.call_analytics_job_summaries[0].creation_time #=> Time
|
1944
2030
|
# resp.call_analytics_job_summaries[0].start_time #=> Time
|
1945
2031
|
# resp.call_analytics_job_summaries[0].completion_time #=> Time
|
1946
|
-
# resp.call_analytics_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2032
|
+
# resp.call_analytics_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
1947
2033
|
# resp.call_analytics_job_summaries[0].call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1948
2034
|
# resp.call_analytics_job_summaries[0].failure_reason #=> String
|
1949
2035
|
#
|
@@ -1966,7 +2052,7 @@ module Aws::TranscribeService
|
|
1966
2052
|
# @option params [String] :status_equals
|
1967
2053
|
# Returns only custom language models with the specified status.
|
1968
2054
|
# Language models are ordered by creation date, with the newest model
|
1969
|
-
# first. If you
|
2055
|
+
# first. If you do not include `StatusEquals`, all custom language
|
1970
2056
|
# models are returned.
|
1971
2057
|
#
|
1972
2058
|
# @option params [String] :name_contains
|
@@ -1983,7 +2069,7 @@ module Aws::TranscribeService
|
|
1983
2069
|
# @option params [Integer] :max_results
|
1984
2070
|
# The maximum number of custom language models to return in each page of
|
1985
2071
|
# results. If there are fewer results than the value that you specify,
|
1986
|
-
# only the actual results are returned. If you
|
2072
|
+
# only the actual results are returned. If you do not specify a value, a
|
1987
2073
|
# default of 5 is used.
|
1988
2074
|
#
|
1989
2075
|
# @return [Types::ListLanguageModelsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2027,6 +2113,74 @@ module Aws::TranscribeService
|
|
2027
2113
|
req.send_request(options)
|
2028
2114
|
end
|
2029
2115
|
|
2116
|
+
# Provides a list of Medical Scribe jobs that match the specified
|
2117
|
+
# criteria. If no criteria are specified, all Medical Scribe jobs are
|
2118
|
+
# returned.
|
2119
|
+
#
|
2120
|
+
# To get detailed information about a specific Medical Scribe job, use
|
2121
|
+
# the operation.
|
2122
|
+
#
|
2123
|
+
# @option params [String] :status
|
2124
|
+
# Returns only Medical Scribe jobs with the specified status. Jobs are
|
2125
|
+
# ordered by creation date, with the newest job first. If you do not
|
2126
|
+
# include `Status`, all Medical Scribe jobs are returned.
|
2127
|
+
#
|
2128
|
+
# @option params [String] :job_name_contains
|
2129
|
+
# Returns only the Medical Scribe jobs that contain the specified
|
2130
|
+
# string. The search is not case sensitive.
|
2131
|
+
#
|
2132
|
+
# @option params [String] :next_token
|
2133
|
+
# If your `ListMedicalScribeJobs` request returns more results than can
|
2134
|
+
# be displayed, `NextToken` is displayed in the response with an
|
2135
|
+
# associated string. To get the next page of results, copy this string
|
2136
|
+
# and repeat your request, including `NextToken` with the value of the
|
2137
|
+
# copied string. Repeat as needed to view all your results.
|
2138
|
+
#
|
2139
|
+
# @option params [Integer] :max_results
|
2140
|
+
# The maximum number of Medical Scribe jobs to return in each page of
|
2141
|
+
# results. If there are fewer results than the value that you specify,
|
2142
|
+
# only the actual results are returned. If you do not specify a value, a
|
2143
|
+
# default of 5 is used.
|
2144
|
+
#
|
2145
|
+
# @return [Types::ListMedicalScribeJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2146
|
+
#
|
2147
|
+
# * {Types::ListMedicalScribeJobsResponse#status #status} => String
|
2148
|
+
# * {Types::ListMedicalScribeJobsResponse#next_token #next_token} => String
|
2149
|
+
# * {Types::ListMedicalScribeJobsResponse#medical_scribe_job_summaries #medical_scribe_job_summaries} => Array<Types::MedicalScribeJobSummary>
|
2150
|
+
#
|
2151
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2152
|
+
#
|
2153
|
+
# @example Request syntax with placeholder values
|
2154
|
+
#
|
2155
|
+
# resp = client.list_medical_scribe_jobs({
|
2156
|
+
# status: "QUEUED", # accepts QUEUED, IN_PROGRESS, FAILED, COMPLETED
|
2157
|
+
# job_name_contains: "TranscriptionJobName",
|
2158
|
+
# next_token: "NextToken",
|
2159
|
+
# max_results: 1,
|
2160
|
+
# })
|
2161
|
+
#
|
2162
|
+
# @example Response structure
|
2163
|
+
#
|
2164
|
+
# resp.status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2165
|
+
# resp.next_token #=> String
|
2166
|
+
# resp.medical_scribe_job_summaries #=> Array
|
2167
|
+
# resp.medical_scribe_job_summaries[0].medical_scribe_job_name #=> String
|
2168
|
+
# resp.medical_scribe_job_summaries[0].creation_time #=> Time
|
2169
|
+
# resp.medical_scribe_job_summaries[0].start_time #=> Time
|
2170
|
+
# resp.medical_scribe_job_summaries[0].completion_time #=> Time
|
2171
|
+
# resp.medical_scribe_job_summaries[0].language_code #=> String, one of "en-US"
|
2172
|
+
# resp.medical_scribe_job_summaries[0].medical_scribe_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2173
|
+
# resp.medical_scribe_job_summaries[0].failure_reason #=> String
|
2174
|
+
#
|
2175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListMedicalScribeJobs AWS API Documentation
|
2176
|
+
#
|
2177
|
+
# @overload list_medical_scribe_jobs(params = {})
|
2178
|
+
# @param [Hash] params ({})
|
2179
|
+
def list_medical_scribe_jobs(params = {}, options = {})
|
2180
|
+
req = build_request(:list_medical_scribe_jobs, params)
|
2181
|
+
req.send_request(options)
|
2182
|
+
end
|
2183
|
+
|
2030
2184
|
# Provides a list of medical transcription jobs that match the specified
|
2031
2185
|
# criteria. If no criteria are specified, all medical transcription jobs
|
2032
2186
|
# are returned.
|
@@ -2037,7 +2191,7 @@ module Aws::TranscribeService
|
|
2037
2191
|
# @option params [String] :status
|
2038
2192
|
# Returns only medical transcription jobs with the specified status.
|
2039
2193
|
# Jobs are ordered by creation date, with the newest job first. If you
|
2040
|
-
#
|
2194
|
+
# do not include `Status`, all medical transcription jobs are returned.
|
2041
2195
|
#
|
2042
2196
|
# @option params [String] :job_name_contains
|
2043
2197
|
# Returns only the medical transcription jobs that contain the specified
|
@@ -2053,7 +2207,7 @@ module Aws::TranscribeService
|
|
2053
2207
|
# @option params [Integer] :max_results
|
2054
2208
|
# The maximum number of medical transcription jobs to return in each
|
2055
2209
|
# page of results. If there are fewer results than the value that you
|
2056
|
-
# specify, only the actual results are returned. If you
|
2210
|
+
# specify, only the actual results are returned. If you do not specify a
|
2057
2211
|
# value, a default of 5 is used.
|
2058
2212
|
#
|
2059
2213
|
# @return [Types::ListMedicalTranscriptionJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2082,7 +2236,7 @@ module Aws::TranscribeService
|
|
2082
2236
|
# resp.medical_transcription_job_summaries[0].creation_time #=> Time
|
2083
2237
|
# resp.medical_transcription_job_summaries[0].start_time #=> Time
|
2084
2238
|
# resp.medical_transcription_job_summaries[0].completion_time #=> Time
|
2085
|
-
# resp.medical_transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2239
|
+
# resp.medical_transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2086
2240
|
# resp.medical_transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2087
2241
|
# resp.medical_transcription_job_summaries[0].failure_reason #=> String
|
2088
2242
|
# resp.medical_transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
|
@@ -2116,13 +2270,13 @@ module Aws::TranscribeService
|
|
2116
2270
|
# @option params [Integer] :max_results
|
2117
2271
|
# The maximum number of custom medical vocabularies to return in each
|
2118
2272
|
# page of results. If there are fewer results than the value that you
|
2119
|
-
# specify, only the actual results are returned. If you
|
2273
|
+
# specify, only the actual results are returned. If you do not specify a
|
2120
2274
|
# value, a default of 5 is used.
|
2121
2275
|
#
|
2122
2276
|
# @option params [String] :state_equals
|
2123
2277
|
# Returns only custom medical vocabularies with the specified state.
|
2124
2278
|
# Custom vocabularies are ordered by creation date, with the newest
|
2125
|
-
# vocabulary first. If you
|
2279
|
+
# vocabulary first. If you do not include `StateEquals`, all custom
|
2126
2280
|
# medical vocabularies are returned.
|
2127
2281
|
#
|
2128
2282
|
# @option params [String] :name_contains
|
@@ -2152,7 +2306,7 @@ module Aws::TranscribeService
|
|
2152
2306
|
# resp.next_token #=> String
|
2153
2307
|
# resp.vocabularies #=> Array
|
2154
2308
|
# resp.vocabularies[0].vocabulary_name #=> String
|
2155
|
-
# resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2309
|
+
# resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2156
2310
|
# resp.vocabularies[0].last_modified_time #=> Time
|
2157
2311
|
# resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
2158
2312
|
#
|
@@ -2223,7 +2377,7 @@ module Aws::TranscribeService
|
|
2223
2377
|
#
|
2224
2378
|
# @option params [String] :status
|
2225
2379
|
# Returns only transcription jobs with the specified status. Jobs are
|
2226
|
-
# ordered by creation date, with the newest job first. If you
|
2380
|
+
# ordered by creation date, with the newest job first. If you do not
|
2227
2381
|
# include `Status`, all transcription jobs are returned.
|
2228
2382
|
#
|
2229
2383
|
# @option params [String] :job_name_contains
|
@@ -2240,7 +2394,7 @@ module Aws::TranscribeService
|
|
2240
2394
|
# @option params [Integer] :max_results
|
2241
2395
|
# The maximum number of transcription jobs to return in each page of
|
2242
2396
|
# results. If there are fewer results than the value that you specify,
|
2243
|
-
# only the actual results are returned. If you
|
2397
|
+
# only the actual results are returned. If you do not specify a value, a
|
2244
2398
|
# default of 5 is used.
|
2245
2399
|
#
|
2246
2400
|
# @return [Types::ListTranscriptionJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -2269,7 +2423,7 @@ module Aws::TranscribeService
|
|
2269
2423
|
# resp.transcription_job_summaries[0].creation_time #=> Time
|
2270
2424
|
# resp.transcription_job_summaries[0].start_time #=> Time
|
2271
2425
|
# resp.transcription_job_summaries[0].completion_time #=> Time
|
2272
|
-
# resp.transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2426
|
+
# resp.transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2273
2427
|
# resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2274
2428
|
# resp.transcription_job_summaries[0].failure_reason #=> String
|
2275
2429
|
# resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
|
@@ -2282,7 +2436,7 @@ module Aws::TranscribeService
|
|
2282
2436
|
# resp.transcription_job_summaries[0].identify_multiple_languages #=> Boolean
|
2283
2437
|
# resp.transcription_job_summaries[0].identified_language_score #=> Float
|
2284
2438
|
# resp.transcription_job_summaries[0].language_codes #=> Array
|
2285
|
-
# resp.transcription_job_summaries[0].language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2439
|
+
# resp.transcription_job_summaries[0].language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2286
2440
|
# resp.transcription_job_summaries[0].language_codes[0].duration_in_seconds #=> Float
|
2287
2441
|
# resp.transcription_job_summaries[0].toxicity_detection #=> Array
|
2288
2442
|
# resp.transcription_job_summaries[0].toxicity_detection[0].toxicity_categories #=> Array
|
@@ -2314,13 +2468,13 @@ module Aws::TranscribeService
|
|
2314
2468
|
# @option params [Integer] :max_results
|
2315
2469
|
# The maximum number of custom vocabularies to return in each page of
|
2316
2470
|
# results. If there are fewer results than the value that you specify,
|
2317
|
-
# only the actual results are returned. If you
|
2471
|
+
# only the actual results are returned. If you do not specify a value, a
|
2318
2472
|
# default of 5 is used.
|
2319
2473
|
#
|
2320
2474
|
# @option params [String] :state_equals
|
2321
2475
|
# Returns only custom vocabularies with the specified state.
|
2322
2476
|
# Vocabularies are ordered by creation date, with the newest vocabulary
|
2323
|
-
# first. If you
|
2477
|
+
# first. If you do not include `StateEquals`, all custom medical
|
2324
2478
|
# vocabularies are returned.
|
2325
2479
|
#
|
2326
2480
|
# @option params [String] :name_contains
|
@@ -2350,7 +2504,7 @@ module Aws::TranscribeService
|
|
2350
2504
|
# resp.next_token #=> String
|
2351
2505
|
# resp.vocabularies #=> Array
|
2352
2506
|
# resp.vocabularies[0].vocabulary_name #=> String
|
2353
|
-
# resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2507
|
+
# resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2354
2508
|
# resp.vocabularies[0].last_modified_time #=> Time
|
2355
2509
|
# resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
2356
2510
|
#
|
@@ -2380,7 +2534,7 @@ module Aws::TranscribeService
|
|
2380
2534
|
# @option params [Integer] :max_results
|
2381
2535
|
# The maximum number of custom vocabulary filters to return in each page
|
2382
2536
|
# of results. If there are fewer results than the value that you
|
2383
|
-
# specify, only the actual results are returned. If you
|
2537
|
+
# specify, only the actual results are returned. If you do not specify a
|
2384
2538
|
# value, a default of 5 is used.
|
2385
2539
|
#
|
2386
2540
|
# @option params [String] :name_contains
|
@@ -2407,7 +2561,7 @@ module Aws::TranscribeService
|
|
2407
2561
|
# resp.next_token #=> String
|
2408
2562
|
# resp.vocabulary_filters #=> Array
|
2409
2563
|
# resp.vocabulary_filters[0].vocabulary_filter_name #=> String
|
2410
|
-
# resp.vocabulary_filters[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2564
|
+
# resp.vocabulary_filters[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2411
2565
|
# resp.vocabulary_filters[0].last_modified_time #=> Time
|
2412
2566
|
#
|
2413
2567
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListVocabularyFilters AWS API Documentation
|
@@ -2504,11 +2658,11 @@ module Aws::TranscribeService
|
|
2504
2658
|
# transcription job using the `CallAnalyticsJobName` parameter.
|
2505
2659
|
#
|
2506
2660
|
# You can specify a KMS key to encrypt your output using the
|
2507
|
-
# `OutputEncryptionKMSKeyId` parameter. If you
|
2661
|
+
# `OutputEncryptionKMSKeyId` parameter. If you do not specify a KMS key,
|
2508
2662
|
# Amazon Transcribe uses the default Amazon S3 key for server-side
|
2509
2663
|
# encryption.
|
2510
2664
|
#
|
2511
|
-
# If you
|
2665
|
+
# If you do not specify `OutputLocation`, your transcript is placed in a
|
2512
2666
|
# service-managed Amazon S3 bucket and you are provided with a URI to
|
2513
2667
|
# access your transcript.
|
2514
2668
|
#
|
@@ -2541,7 +2695,7 @@ module Aws::TranscribeService
|
|
2541
2695
|
# 2. Use the ARN for the KMS key alias. For example,
|
2542
2696
|
# `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
|
2543
2697
|
#
|
2544
|
-
# If you
|
2698
|
+
# If you do not specify an encryption key, your output is encrypted with
|
2545
2699
|
# the default Amazon S3 key (SSE-S3).
|
2546
2700
|
#
|
2547
2701
|
# If you specify a KMS key to encrypt your output, you must also specify
|
@@ -2604,7 +2758,7 @@ module Aws::TranscribeService
|
|
2604
2758
|
# redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
|
2605
2759
|
# pii_entity_types: ["BANK_ACCOUNT_NUMBER"], # accepts BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, ALL
|
2606
2760
|
# },
|
2607
|
-
# language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
2761
|
+
# language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
2608
2762
|
# language_id_settings: {
|
2609
2763
|
# "af-ZA" => {
|
2610
2764
|
# vocabulary_name: "VocabularyName",
|
@@ -2612,6 +2766,9 @@ module Aws::TranscribeService
|
|
2612
2766
|
# language_model_name: "ModelName",
|
2613
2767
|
# },
|
2614
2768
|
# },
|
2769
|
+
# summarization: {
|
2770
|
+
# generate_abstractive_summary: false, # required
|
2771
|
+
# },
|
2615
2772
|
# },
|
2616
2773
|
# channel_definitions: [
|
2617
2774
|
# {
|
@@ -2625,7 +2782,7 @@ module Aws::TranscribeService
|
|
2625
2782
|
#
|
2626
2783
|
# resp.call_analytics_job.call_analytics_job_name #=> String
|
2627
2784
|
# resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2628
|
-
# resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2785
|
+
# resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2629
2786
|
# resp.call_analytics_job.media_sample_rate_hertz #=> Integer
|
2630
2787
|
# resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
2631
2788
|
# resp.call_analytics_job.media.media_file_uri #=> String
|
@@ -2647,11 +2804,12 @@ module Aws::TranscribeService
|
|
2647
2804
|
# resp.call_analytics_job.settings.content_redaction.pii_entity_types #=> Array
|
2648
2805
|
# resp.call_analytics_job.settings.content_redaction.pii_entity_types[0] #=> String, one of "BANK_ACCOUNT_NUMBER", "BANK_ROUTING", "CREDIT_DEBIT_NUMBER", "CREDIT_DEBIT_CVV", "CREDIT_DEBIT_EXPIRY", "PIN", "EMAIL", "ADDRESS", "NAME", "PHONE", "SSN", "ALL"
|
2649
2806
|
# resp.call_analytics_job.settings.language_options #=> Array
|
2650
|
-
# resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
2807
|
+
# resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2651
2808
|
# resp.call_analytics_job.settings.language_id_settings #=> Hash
|
2652
2809
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].vocabulary_name #=> String
|
2653
2810
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].vocabulary_filter_name #=> String
|
2654
2811
|
# resp.call_analytics_job.settings.language_id_settings["LanguageCode"].language_model_name #=> String
|
2812
|
+
# resp.call_analytics_job.settings.summarization.generate_abstractive_summary #=> Boolean
|
2655
2813
|
# resp.call_analytics_job.channel_definitions #=> Array
|
2656
2814
|
# resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
|
2657
2815
|
# resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
|
@@ -2665,6 +2823,257 @@ module Aws::TranscribeService
|
|
2665
2823
|
req.send_request(options)
|
2666
2824
|
end
|
2667
2825
|
|
2826
|
+
# Transcribes patient-clinician conversations and generates clinical
|
2827
|
+
# notes.
|
2828
|
+
#
|
2829
|
+
# Amazon Web Services HealthScribe automatically provides rich
|
2830
|
+
# conversation transcripts, identifies speaker roles, classifies
|
2831
|
+
# dialogues, extracts medical terms, and generates preliminary clinical
|
2832
|
+
# notes. To learn more about these features, refer to [Amazon Web
|
2833
|
+
# Services HealthScribe][1].
|
2834
|
+
#
|
2835
|
+
# To make a `StartMedicalScribeJob` request, you must first upload your
|
2836
|
+
# media file into an Amazon S3 bucket; you can then specify the Amazon
|
2837
|
+
# S3 location of the file using the `Media` parameter.
|
2838
|
+
#
|
2839
|
+
# You must include the following parameters in your
|
2840
|
+
# `StartMedicalTranscriptionJob` request:
|
2841
|
+
#
|
2842
|
+
# * `DataAccessRoleArn`: The ARN of an IAM role with the these minimum
|
2843
|
+
# permissions: read permission on input file Amazon S3 bucket
|
2844
|
+
# specified in `Media`, write permission on the Amazon S3 bucket
|
2845
|
+
# specified in `OutputBucketName`, and full permissions on the KMS key
|
2846
|
+
# specified in `OutputEncryptionKMSKeyId` (if set). The role should
|
2847
|
+
# also allow `transcribe.amazonaws.com` to assume it.
|
2848
|
+
#
|
2849
|
+
# * `Media` (`MediaFileUri`): The Amazon S3 location of your media file.
|
2850
|
+
#
|
2851
|
+
# * `MedicalScribeJobName`: A custom name you create for your
|
2852
|
+
# MedicalScribe job that is unique within your Amazon Web Services
|
2853
|
+
# account.
|
2854
|
+
#
|
2855
|
+
# * `OutputBucketName`: The Amazon S3 bucket where you want your output
|
2856
|
+
# files stored.
|
2857
|
+
#
|
2858
|
+
# * `Settings`: A `MedicalScribeSettings` obect that must set exactly
|
2859
|
+
# one of `ShowSpeakerLabels` or `ChannelIdentification` to true. If
|
2860
|
+
# `ShowSpeakerLabels` is true, `MaxSpeakerLabels` must also be set.
|
2861
|
+
#
|
2862
|
+
# * `ChannelDefinitions`: A `MedicalScribeChannelDefinitions` array
|
2863
|
+
# should be set if and only if the `ChannelIdentification` value of
|
2864
|
+
# `Settings` is set to true.
|
2865
|
+
#
|
2866
|
+
#
|
2867
|
+
#
|
2868
|
+
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/health-scribe.html
|
2869
|
+
#
|
2870
|
+
# @option params [required, String] :medical_scribe_job_name
|
2871
|
+
# A unique name, chosen by you, for your Medical Scribe job.
|
2872
|
+
#
|
2873
|
+
# This name is case sensitive, cannot contain spaces, and must be unique
|
2874
|
+
# within an Amazon Web Services account. If you try to create a new job
|
2875
|
+
# with the same name as an existing job, you get a `ConflictException`
|
2876
|
+
# error.
|
2877
|
+
#
|
2878
|
+
# @option params [required, Types::Media] :media
|
2879
|
+
# Describes the Amazon S3 location of the media file you want to use in
|
2880
|
+
# your request.
|
2881
|
+
#
|
2882
|
+
# For information on supported media formats, refer to the `MediaFormat`
|
2883
|
+
# parameter or the [Media formats][1] section in the Amazon S3 Developer
|
2884
|
+
# Guide.
|
2885
|
+
#
|
2886
|
+
#
|
2887
|
+
#
|
2888
|
+
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio
|
2889
|
+
#
|
2890
|
+
# @option params [required, String] :output_bucket_name
|
2891
|
+
# The name of the Amazon S3 bucket where you want your Medical Scribe
|
2892
|
+
# output stored. Do not include the `S3://` prefix of the specified
|
2893
|
+
# bucket.
|
2894
|
+
#
|
2895
|
+
# Note that the role specified in the `DataAccessRoleArn` request
|
2896
|
+
# parameter must have permission to use the specified location. You can
|
2897
|
+
# change Amazon S3 permissions using the [Amazon Web Services Management
|
2898
|
+
# Console][1]. See also [Permissions Required for IAM User Roles][2].
|
2899
|
+
#
|
2900
|
+
#
|
2901
|
+
#
|
2902
|
+
# [1]: https://console.aws.amazon.com/s3
|
2903
|
+
# [2]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
|
2904
|
+
#
|
2905
|
+
# @option params [String] :output_encryption_kms_key_id
|
2906
|
+
# The KMS key you want to use to encrypt your Medical Scribe output.
|
2907
|
+
#
|
2908
|
+
# If using a key located in the **current** Amazon Web Services account,
|
2909
|
+
# you can specify your KMS key in one of four ways:
|
2910
|
+
#
|
2911
|
+
# 1. Use the KMS key ID itself. For example,
|
2912
|
+
# `1234abcd-12ab-34cd-56ef-1234567890ab`.
|
2913
|
+
#
|
2914
|
+
# 2. Use an alias for the KMS key ID. For example,
|
2915
|
+
# `alias/ExampleAlias`.
|
2916
|
+
#
|
2917
|
+
# 3. Use the Amazon Resource Name (ARN) for the KMS key ID. For
|
2918
|
+
# example,
|
2919
|
+
# `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab`.
|
2920
|
+
#
|
2921
|
+
# 4. Use the ARN for the KMS key alias. For example,
|
2922
|
+
# `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
|
2923
|
+
#
|
2924
|
+
# If using a key located in a **different** Amazon Web Services account
|
2925
|
+
# than the current Amazon Web Services account, you can specify your KMS
|
2926
|
+
# key in one of two ways:
|
2927
|
+
#
|
2928
|
+
# 1. Use the ARN for the KMS key ID. For example,
|
2929
|
+
# `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab`.
|
2930
|
+
#
|
2931
|
+
# 2. Use the ARN for the KMS key alias. For example,
|
2932
|
+
# `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
|
2933
|
+
#
|
2934
|
+
# If you do not specify an encryption key, your output is encrypted with
|
2935
|
+
# the default Amazon S3 key (SSE-S3).
|
2936
|
+
#
|
2937
|
+
# Note that the role specified in the `DataAccessRoleArn` request
|
2938
|
+
# parameter must have permission to use the specified KMS key.
|
2939
|
+
#
|
2940
|
+
# @option params [Hash<String,String>] :kms_encryption_context
|
2941
|
+
# A map of plain text, non-secret key:value pairs, known as encryption
|
2942
|
+
# context pairs, that provide an added layer of security for your data.
|
2943
|
+
# For more information, see [KMS encryption context][1] and [Asymmetric
|
2944
|
+
# keys in KMS][2].
|
2945
|
+
#
|
2946
|
+
#
|
2947
|
+
#
|
2948
|
+
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/key-management.html#kms-context
|
2949
|
+
# [2]: https://docs.aws.amazon.com/transcribe/latest/dg/symmetric-asymmetric.html
|
2950
|
+
#
|
2951
|
+
# @option params [required, String] :data_access_role_arn
|
2952
|
+
# The Amazon Resource Name (ARN) of an IAM role that has permissions to
|
2953
|
+
# access the Amazon S3 bucket that contains your input files, write to
|
2954
|
+
# the output bucket, and use your KMS key if supplied. If the role that
|
2955
|
+
# you specify doesn’t have the appropriate permissions your request
|
2956
|
+
# fails.
|
2957
|
+
#
|
2958
|
+
# IAM role ARNs have the format
|
2959
|
+
# `arn:partition:iam::account:role/role-name-with-path`. For example:
|
2960
|
+
# `arn:aws:iam::111122223333:role/Admin`.
|
2961
|
+
#
|
2962
|
+
# For more information, see [IAM ARNs][1].
|
2963
|
+
#
|
2964
|
+
#
|
2965
|
+
#
|
2966
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns
|
2967
|
+
#
|
2968
|
+
# @option params [required, Types::MedicalScribeSettings] :settings
|
2969
|
+
# Makes it possible to control how your Medical Scribe job is processed
|
2970
|
+
# using a `MedicalScribeSettings` object. Specify
|
2971
|
+
# `ChannelIdentification` if `ChannelDefinitions` are set. Enabled
|
2972
|
+
# `ShowSpeakerLabels` if `ChannelIdentification` and
|
2973
|
+
# `ChannelDefinitions` are not set. One and only one of
|
2974
|
+
# `ChannelIdentification` and `ShowSpeakerLabels` must be set. If
|
2975
|
+
# `ShowSpeakerLabels` is set, `MaxSpeakerLabels` must also be set. Use
|
2976
|
+
# `Settings` to specify a vocabulary or vocabulary filter or both using
|
2977
|
+
# `VocabularyName`, `VocabularyFilterName`. `VocabularyFilterMethod`
|
2978
|
+
# must be specified if `VocabularyFilterName` is set.
|
2979
|
+
#
|
2980
|
+
# @option params [Array<Types::MedicalScribeChannelDefinition>] :channel_definitions
|
2981
|
+
# Makes it possible to specify which speaker is on which channel. For
|
2982
|
+
# example, if the clinician is the first participant to speak, you would
|
2983
|
+
# set `ChannelId` of the first `ChannelDefinition` in the list to `0`
|
2984
|
+
# (to indicate the first channel) and `ParticipantRole` to `CLINICIAN`
|
2985
|
+
# (to indicate that it's the clinician speaking). Then you would set
|
2986
|
+
# the `ChannelId` of the second `ChannelDefinition` in the list to `1`
|
2987
|
+
# (to indicate the second channel) and `ParticipantRole` to `PATIENT`
|
2988
|
+
# (to indicate that it's the patient speaking).
|
2989
|
+
#
|
2990
|
+
# @option params [Array<Types::Tag>] :tags
|
2991
|
+
# Adds one or more custom tags, each in the form of a key:value pair, to
|
2992
|
+
# the Medica Scribe job.
|
2993
|
+
#
|
2994
|
+
# To learn more about using tags with Amazon Transcribe, refer to
|
2995
|
+
# [Tagging resources][1].
|
2996
|
+
#
|
2997
|
+
#
|
2998
|
+
#
|
2999
|
+
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tagging.html
|
3000
|
+
#
|
3001
|
+
# @return [Types::StartMedicalScribeJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3002
|
+
#
|
3003
|
+
# * {Types::StartMedicalScribeJobResponse#medical_scribe_job #medical_scribe_job} => Types::MedicalScribeJob
|
3004
|
+
#
|
3005
|
+
# @example Request syntax with placeholder values
|
3006
|
+
#
|
3007
|
+
# resp = client.start_medical_scribe_job({
|
3008
|
+
# medical_scribe_job_name: "TranscriptionJobName", # required
|
3009
|
+
# media: { # required
|
3010
|
+
# media_file_uri: "Uri",
|
3011
|
+
# redacted_media_file_uri: "Uri",
|
3012
|
+
# },
|
3013
|
+
# output_bucket_name: "OutputBucketName", # required
|
3014
|
+
# output_encryption_kms_key_id: "KMSKeyId",
|
3015
|
+
# kms_encryption_context: {
|
3016
|
+
# "NonEmptyString" => "NonEmptyString",
|
3017
|
+
# },
|
3018
|
+
# data_access_role_arn: "DataAccessRoleArn", # required
|
3019
|
+
# settings: { # required
|
3020
|
+
# show_speaker_labels: false,
|
3021
|
+
# max_speaker_labels: 1,
|
3022
|
+
# channel_identification: false,
|
3023
|
+
# vocabulary_name: "VocabularyName",
|
3024
|
+
# vocabulary_filter_name: "VocabularyFilterName",
|
3025
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
3026
|
+
# },
|
3027
|
+
# channel_definitions: [
|
3028
|
+
# {
|
3029
|
+
# channel_id: 1, # required
|
3030
|
+
# participant_role: "PATIENT", # required, accepts PATIENT, CLINICIAN
|
3031
|
+
# },
|
3032
|
+
# ],
|
3033
|
+
# tags: [
|
3034
|
+
# {
|
3035
|
+
# key: "TagKey", # required
|
3036
|
+
# value: "TagValue", # required
|
3037
|
+
# },
|
3038
|
+
# ],
|
3039
|
+
# })
|
3040
|
+
#
|
3041
|
+
# @example Response structure
|
3042
|
+
#
|
3043
|
+
# resp.medical_scribe_job.medical_scribe_job_name #=> String
|
3044
|
+
# resp.medical_scribe_job.medical_scribe_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
3045
|
+
# resp.medical_scribe_job.language_code #=> String, one of "en-US"
|
3046
|
+
# resp.medical_scribe_job.media.media_file_uri #=> String
|
3047
|
+
# resp.medical_scribe_job.media.redacted_media_file_uri #=> String
|
3048
|
+
# resp.medical_scribe_job.medical_scribe_output.transcript_file_uri #=> String
|
3049
|
+
# resp.medical_scribe_job.medical_scribe_output.clinical_document_uri #=> String
|
3050
|
+
# resp.medical_scribe_job.start_time #=> Time
|
3051
|
+
# resp.medical_scribe_job.creation_time #=> Time
|
3052
|
+
# resp.medical_scribe_job.completion_time #=> Time
|
3053
|
+
# resp.medical_scribe_job.failure_reason #=> String
|
3054
|
+
# resp.medical_scribe_job.settings.show_speaker_labels #=> Boolean
|
3055
|
+
# resp.medical_scribe_job.settings.max_speaker_labels #=> Integer
|
3056
|
+
# resp.medical_scribe_job.settings.channel_identification #=> Boolean
|
3057
|
+
# resp.medical_scribe_job.settings.vocabulary_name #=> String
|
3058
|
+
# resp.medical_scribe_job.settings.vocabulary_filter_name #=> String
|
3059
|
+
# resp.medical_scribe_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
3060
|
+
# resp.medical_scribe_job.data_access_role_arn #=> String
|
3061
|
+
# resp.medical_scribe_job.channel_definitions #=> Array
|
3062
|
+
# resp.medical_scribe_job.channel_definitions[0].channel_id #=> Integer
|
3063
|
+
# resp.medical_scribe_job.channel_definitions[0].participant_role #=> String, one of "PATIENT", "CLINICIAN"
|
3064
|
+
# resp.medical_scribe_job.tags #=> Array
|
3065
|
+
# resp.medical_scribe_job.tags[0].key #=> String
|
3066
|
+
# resp.medical_scribe_job.tags[0].value #=> String
|
3067
|
+
#
|
3068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartMedicalScribeJob AWS API Documentation
|
3069
|
+
#
|
3070
|
+
# @overload start_medical_scribe_job(params = {})
|
3071
|
+
# @param [Hash] params ({})
|
3072
|
+
def start_medical_scribe_job(params = {}, options = {})
|
3073
|
+
req = build_request(:start_medical_scribe_job, params)
|
3074
|
+
req.send_request(options)
|
3075
|
+
end
|
3076
|
+
|
2668
3077
|
# Transcribes the audio from a medical dictation or conversation and
|
2669
3078
|
# applies any additional Request Parameters you choose to include in
|
2670
3079
|
# your request.
|
@@ -2677,7 +3086,7 @@ module Aws::TranscribeService
|
|
2677
3086
|
#
|
2678
3087
|
# To make a `StartMedicalTranscriptionJob` request, you must first
|
2679
3088
|
# upload your media file into an Amazon S3 bucket; you can then specify
|
2680
|
-
# the S3 location of the file using the `Media` parameter.
|
3089
|
+
# the Amazon S3 location of the file using the `Media` parameter.
|
2681
3090
|
#
|
2682
3091
|
# You must include the following parameters in your
|
2683
3092
|
# `StartMedicalTranscriptionJob` request:
|
@@ -2729,7 +3138,7 @@ module Aws::TranscribeService
|
|
2729
3138
|
# The sample rate, in hertz, of the audio track in your input media
|
2730
3139
|
# file.
|
2731
3140
|
#
|
2732
|
-
# If you
|
3141
|
+
# If you do not specify the media sample rate, Amazon Transcribe Medical
|
2733
3142
|
# determines it for you. If you specify the sample rate, it must match
|
2734
3143
|
# the rate detected by Amazon Transcribe Medical; if there's a mismatch
|
2735
3144
|
# between the value that you specify and the value detected, your job
|
@@ -2744,14 +3153,13 @@ module Aws::TranscribeService
|
|
2744
3153
|
# Describes the Amazon S3 location of the media file you want to use in
|
2745
3154
|
# your request.
|
2746
3155
|
#
|
2747
|
-
# For information on supported media formats, refer to the
|
2748
|
-
#
|
2749
|
-
#
|
3156
|
+
# For information on supported media formats, refer to the `MediaFormat`
|
3157
|
+
# parameter or the [Media formats][1] section in the Amazon S3 Developer
|
3158
|
+
# Guide.
|
2750
3159
|
#
|
2751
3160
|
#
|
2752
3161
|
#
|
2753
|
-
# [1]: https://docs.aws.amazon.com/
|
2754
|
-
# [2]: https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio
|
3162
|
+
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#how-input-audio
|
2755
3163
|
#
|
2756
3164
|
# @option params [required, String] :output_bucket_name
|
2757
3165
|
# The name of the Amazon S3 bucket where you want your medical
|
@@ -2841,7 +3249,7 @@ module Aws::TranscribeService
|
|
2841
3249
|
# 2. Use the ARN for the KMS key alias. For example,
|
2842
3250
|
# `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
|
2843
3251
|
#
|
2844
|
-
# If you
|
3252
|
+
# If you do not specify an encryption key, your output is encrypted with
|
2845
3253
|
# the default Amazon S3 key (SSE-S3).
|
2846
3254
|
#
|
2847
3255
|
# If you specify a KMS key to encrypt your output, you must also specify
|
@@ -2910,7 +3318,7 @@ module Aws::TranscribeService
|
|
2910
3318
|
#
|
2911
3319
|
# resp = client.start_medical_transcription_job({
|
2912
3320
|
# medical_transcription_job_name: "TranscriptionJobName", # required
|
2913
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
3321
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
2914
3322
|
# media_sample_rate_hertz: 1,
|
2915
3323
|
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm, m4a
|
2916
3324
|
# media: { # required
|
@@ -2946,7 +3354,7 @@ module Aws::TranscribeService
|
|
2946
3354
|
#
|
2947
3355
|
# resp.medical_transcription_job.medical_transcription_job_name #=> String
|
2948
3356
|
# resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
2949
|
-
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
3357
|
+
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
2950
3358
|
# resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
|
2951
3359
|
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
2952
3360
|
# resp.medical_transcription_job.media.media_file_uri #=> String
|
@@ -3003,7 +3411,7 @@ module Aws::TranscribeService
|
|
3003
3411
|
# `IdentifyMultipleLanguages`: If you know the language of your media
|
3004
3412
|
# file, specify it using the `LanguageCode` parameter; you can find
|
3005
3413
|
# all valid language codes in the [Supported languages][2] table. If
|
3006
|
-
# you
|
3414
|
+
# you do not know the languages spoken in your media, use either
|
3007
3415
|
# `IdentifyLanguage` or `IdentifyMultipleLanguages` and let Amazon
|
3008
3416
|
# Transcribe identify the languages for you.
|
3009
3417
|
#
|
@@ -3051,7 +3459,7 @@ module Aws::TranscribeService
|
|
3051
3459
|
# The sample rate, in hertz, of the audio track in your input media
|
3052
3460
|
# file.
|
3053
3461
|
#
|
3054
|
-
# If you
|
3462
|
+
# If you do not specify the media sample rate, Amazon Transcribe
|
3055
3463
|
# determines it for you. If you specify the sample rate, it must match
|
3056
3464
|
# the rate detected by Amazon Transcribe. If there's a mismatch between
|
3057
3465
|
# the value that you specify and the value detected, your job fails. In
|
@@ -3085,7 +3493,7 @@ module Aws::TranscribeService
|
|
3085
3493
|
# Services Management Console][1]. See also [Permissions Required for
|
3086
3494
|
# IAM User Roles][2].
|
3087
3495
|
#
|
3088
|
-
# If you
|
3496
|
+
# If you do not specify `OutputBucketName`, your transcript is placed in
|
3089
3497
|
# a service-managed Amazon S3 bucket and you are provided with a URI to
|
3090
3498
|
# access your transcript.
|
3091
3499
|
#
|
@@ -3156,7 +3564,7 @@ module Aws::TranscribeService
|
|
3156
3564
|
# 2. Use the ARN for the KMS key alias. For example,
|
3157
3565
|
# `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
|
3158
3566
|
#
|
3159
|
-
# If you
|
3567
|
+
# If you do not specify an encryption key, your output is encrypted with
|
3160
3568
|
# the default Amazon S3 key (SSE-S3).
|
3161
3569
|
#
|
3162
3570
|
# If you specify a KMS key to encrypt your output, you must also specify
|
@@ -3218,8 +3626,10 @@ module Aws::TranscribeService
|
|
3218
3626
|
# @option params [Types::ContentRedaction] :content_redaction
|
3219
3627
|
# Makes it possible to redact or flag specified personally identifiable
|
3220
3628
|
# information (PII) in your transcript. If you use `ContentRedaction`,
|
3221
|
-
# you must also include the sub-parameters: `
|
3222
|
-
# `
|
3629
|
+
# you must also include the sub-parameters: `RedactionOutput` and
|
3630
|
+
# `RedactionType`. You can optionally include `PiiEntityTypes` to choose
|
3631
|
+
# which types of PII you want to redact. If you do not include
|
3632
|
+
# `PiiEntityTypes` in your request, all PII is redacted.
|
3223
3633
|
#
|
3224
3634
|
# @option params [Boolean] :identify_language
|
3225
3635
|
# Enables automatic language identification in your transcription job
|
@@ -3351,7 +3761,7 @@ module Aws::TranscribeService
|
|
3351
3761
|
#
|
3352
3762
|
# resp = client.start_transcription_job({
|
3353
3763
|
# transcription_job_name: "TranscriptionJobName", # required
|
3354
|
-
# language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
3764
|
+
# language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
3355
3765
|
# media_sample_rate_hertz: 1,
|
3356
3766
|
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm, m4a
|
3357
3767
|
# media: { # required
|
@@ -3388,7 +3798,7 @@ module Aws::TranscribeService
|
|
3388
3798
|
# },
|
3389
3799
|
# identify_language: false,
|
3390
3800
|
# identify_multiple_languages: false,
|
3391
|
-
# language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
3801
|
+
# language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
3392
3802
|
# subtitles: {
|
3393
3803
|
# formats: ["vtt"], # accepts vtt, srt
|
3394
3804
|
# output_start_index: 1,
|
@@ -3417,7 +3827,7 @@ module Aws::TranscribeService
|
|
3417
3827
|
#
|
3418
3828
|
# resp.transcription_job.transcription_job_name #=> String
|
3419
3829
|
# resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
3420
|
-
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
3830
|
+
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3421
3831
|
# resp.transcription_job.media_sample_rate_hertz #=> Integer
|
3422
3832
|
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a"
|
3423
3833
|
# resp.transcription_job.media.media_file_uri #=> String
|
@@ -3446,10 +3856,10 @@ module Aws::TranscribeService
|
|
3446
3856
|
# resp.transcription_job.identify_language #=> Boolean
|
3447
3857
|
# resp.transcription_job.identify_multiple_languages #=> Boolean
|
3448
3858
|
# resp.transcription_job.language_options #=> Array
|
3449
|
-
# resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
3859
|
+
# resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3450
3860
|
# resp.transcription_job.identified_language_score #=> Float
|
3451
3861
|
# resp.transcription_job.language_codes #=> Array
|
3452
|
-
# resp.transcription_job.language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
3862
|
+
# resp.transcription_job.language_codes[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3453
3863
|
# resp.transcription_job.language_codes[0].duration_in_seconds #=> Float
|
3454
3864
|
# resp.transcription_job.tags #=> Array
|
3455
3865
|
# resp.transcription_job.tags[0].key #=> String
|
@@ -3773,14 +4183,14 @@ module Aws::TranscribeService
|
|
3773
4183
|
#
|
3774
4184
|
# resp = client.update_medical_vocabulary({
|
3775
4185
|
# vocabulary_name: "VocabularyName", # required
|
3776
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
4186
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
3777
4187
|
# vocabulary_file_uri: "Uri", # required
|
3778
4188
|
# })
|
3779
4189
|
#
|
3780
4190
|
# @example Response structure
|
3781
4191
|
#
|
3782
4192
|
# resp.vocabulary_name #=> String
|
3783
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
4193
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3784
4194
|
# resp.last_modified_time #=> Time
|
3785
4195
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
3786
4196
|
#
|
@@ -3877,7 +4287,7 @@ module Aws::TranscribeService
|
|
3877
4287
|
#
|
3878
4288
|
# resp = client.update_vocabulary({
|
3879
4289
|
# vocabulary_name: "VocabularyName", # required
|
3880
|
-
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE
|
4290
|
+
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ, vi-VN, sv-SE, ab-GE, ast-ES, az-AZ, ba-RU, be-BY, bg-BG, bn-IN, bs-BA, ca-ES, ckb-IQ, ckb-IR, cs-CZ, cy-WL, el-GR, et-ET, eu-ES, fi-FI, gl-ES, gu-IN, ha-NG, hr-HR, hu-HU, hy-AM, is-IS, ka-GE, kab-DZ, kk-KZ, kn-IN, ky-KG, lg-IN, lt-LT, lv-LV, mhr-RU, mi-NZ, mk-MK, ml-IN, mn-MN, mr-IN, mt-MT, no-NO, or-IN, pa-IN, pl-PL, ps-AF, ro-RO, rw-RW, si-LK, sk-SK, sl-SI, so-SO, sr-RS, su-ID, sw-BI, sw-KE, sw-RW, sw-TZ, sw-UG, tl-PH, tt-RU, ug-CN, uk-UA, uz-UZ, wo-SN, zu-ZA
|
3881
4291
|
# phrases: ["Phrase"],
|
3882
4292
|
# vocabulary_file_uri: "Uri",
|
3883
4293
|
# data_access_role_arn: "DataAccessRoleArn",
|
@@ -3886,7 +4296,7 @@ module Aws::TranscribeService
|
|
3886
4296
|
# @example Response structure
|
3887
4297
|
#
|
3888
4298
|
# resp.vocabulary_name #=> String
|
3889
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
4299
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3890
4300
|
# resp.last_modified_time #=> Time
|
3891
4301
|
# resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
|
3892
4302
|
#
|
@@ -3973,7 +4383,7 @@ module Aws::TranscribeService
|
|
3973
4383
|
# @example Response structure
|
3974
4384
|
#
|
3975
4385
|
# resp.vocabulary_filter_name #=> String
|
3976
|
-
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE"
|
4386
|
+
# resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zu-ZA"
|
3977
4387
|
# resp.last_modified_time #=> Time
|
3978
4388
|
#
|
3979
4389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateVocabularyFilter AWS API Documentation
|
@@ -3998,7 +4408,7 @@ module Aws::TranscribeService
|
|
3998
4408
|
params: params,
|
3999
4409
|
config: config)
|
4000
4410
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
4001
|
-
context[:gem_version] = '1.
|
4411
|
+
context[:gem_version] = '1.93.0'
|
4002
4412
|
Seahorse::Client::Request.new(handlers, context)
|
4003
4413
|
end
|
4004
4414
|
|