aws-sdk-transcribeservice 1.73.0 → 1.76.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +1284 -651
- data/lib/aws-sdk-transcribeservice/client_api.rb +19 -2
- data/lib/aws-sdk-transcribeservice/types.rb +2605 -1351
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61aa849e5fb26216c3cc8b3f74331579fb576c8829201a6889e6acd5d75065ce
|
4
|
+
data.tar.gz: cd364a20cef59e589e42a4d5506b7f8ed3973ea75712097a5bcba3cd9ad827ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6087848691d1fdf99d0f2f472532f722a07a69a61b4acb78b193957668bd2d515ce51916858d3575143e3a5f63e5d5dae9394f62e28aaf11d0fb16f09c179508
|
7
|
+
data.tar.gz: e5641c9692d45e787f7fac1c0f0aef4058a08d87245ef1de7fcd868db9f1a1361685df14f52eb3558a0a030acb2ee26bfa53810cf58704639fc3bd53fd59f7ad
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.76.0 (2022-07-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary
|
8
|
+
|
9
|
+
1.75.0 (2022-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.
|
13
|
+
|
14
|
+
1.74.0 (2022-03-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds an additional parameter for subtitling with Amazon Transcribe batch jobs: outputStartIndex.
|
18
|
+
|
4
19
|
1.73.0 (2022-03-10)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.76.0
|