Skip to content

Commit 080718b

Browse files
authored
feat(aws-android-sdk-transcribe): update models to latest (#3214)
1 parent 10f6fa0 commit 080718b

File tree

278 files changed

+1350
-558
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+1350
-558
lines changed

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribe.java

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -120,12 +120,12 @@ public interface AmazonTranscribe {
120120
* </p>
121121
* <p>
122122
* When creating a new category, you can use the <code>InputType</code>
123-
* parameter to label the category as a batch category (
124-
* <code>POST_CALL</code>) or a streaming category (<code>REAL_TIME</code>).
125-
* Batch categories can only be applied to batch transcriptions and
126-
* streaming categories can only be applied to streaming transcriptions. If
127-
* you do not include <code>InputType</code>, your category is created as a
128-
* batch category by default.
123+
* parameter to label the category as a <code>POST_CALL</code> or a
124+
* <code>REAL_TIME</code> category. <code>POST_CALL</code> categories can
125+
* only be applied to post-call transcriptions and <code>REAL_TIME</code>
126+
* categories can only be applied to real-time transcriptions. If you do not
127+
* include <code>InputType</code>, your category is created as a
128+
* <code>POST_CALL</code> category by default.
129129
* </p>
130130
* <p>
131131
* Call Analytics categories are composed of rules. For each category, you
@@ -138,9 +138,9 @@ public interface AmazonTranscribe {
138138
* <p>
139139
* To learn more about Call Analytics categories, see <a href=
140140
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
141-
* >Creating categories for batch transcriptions</a> and <a href=
141+
* >Creating categories for post-call transcriptions</a> and <a href=
142142
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
143-
* >Creating categories for streaming transcriptions</a>.
143+
* >Creating categories for real-time transcriptions</a>.
144144
* </p>
145145
*
146146
* @param createCallAnalyticsCategoryRequest
@@ -221,11 +221,11 @@ CreateLanguageModelResult createLanguageModel(
221221
* </p>
222222
* <p>
223223
* Before creating a new custom medical vocabulary, you must first upload a
224-
* text file that contains your new entries, phrases, and terms into an
225-
* Amazon S3 bucket. Note that this differs from , where you can include a
226-
* list of terms within your request using the <code>Phrases</code> flag;
224+
* text file that contains your vocabulary table into an Amazon S3 bucket.
225+
* Note that this differs from , where you can include a list of terms
226+
* within your request using the <code>Phrases</code> flag;
227227
* <code>CreateMedicalVocabulary</code> does not support the
228-
* <code>Phrases</code> flag.
228+
* <code>Phrases</code> flag and only accepts vocabularies in table format.
229229
* </p>
230230
* <p>
231231
* Each language has a character set that contains all allowed characters
@@ -1101,16 +1101,19 @@ ListVocabularyFiltersResult listVocabularyFilters(
11011101
* retroactively applied to a job. To create a new category, use the
11021102
* operation. To learn more about Call Analytics categories, see <a href=
11031103
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
1104-
* >Creating categories for batch transcriptions</a> and <a href=
1104+
* >Creating categories for post-call transcriptions</a> and <a href=
11051105
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
1106-
* >Creating categories for streaming transcriptions</a>.
1106+
* >Creating categories for real-time transcriptions</a>.
11071107
* </p>
11081108
* <p>
11091109
* To make a <code>StartCallAnalyticsJob</code> request, you must first
11101110
* upload your media file into an Amazon S3 bucket; you can then specify the
11111111
* Amazon S3 location of the file using the <code>Media</code> parameter.
11121112
* </p>
11131113
* <p>
1114+
* Note that job queuing is enabled by default for Call Analytics jobs.
1115+
* </p>
1116+
* <p>
11141117
* You must include the following parameters in your
11151118
* <code>StartCallAnalyticsJob</code> request:
11161119
* </p>

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/AmazonTranscribeAsync.java

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -64,12 +64,12 @@ public interface AmazonTranscribeAsync extends AmazonTranscribe {
6464
* </p>
6565
* <p>
6666
* When creating a new category, you can use the <code>InputType</code>
67-
* parameter to label the category as a batch category (
68-
* <code>POST_CALL</code>) or a streaming category (<code>REAL_TIME</code>).
69-
* Batch categories can only be applied to batch transcriptions and
70-
* streaming categories can only be applied to streaming transcriptions. If
71-
* you do not include <code>InputType</code>, your category is created as a
72-
* batch category by default.
67+
* parameter to label the category as a <code>POST_CALL</code> or a
68+
* <code>REAL_TIME</code> category. <code>POST_CALL</code> categories can
69+
* only be applied to post-call transcriptions and <code>REAL_TIME</code>
70+
* categories can only be applied to real-time transcriptions. If you do not
71+
* include <code>InputType</code>, your category is created as a
72+
* <code>POST_CALL</code> category by default.
7373
* </p>
7474
* <p>
7575
* Call Analytics categories are composed of rules. For each category, you
@@ -82,9 +82,9 @@ public interface AmazonTranscribeAsync extends AmazonTranscribe {
8282
* <p>
8383
* To learn more about Call Analytics categories, see <a href=
8484
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
85-
* >Creating categories for batch transcriptions</a> and <a href=
85+
* >Creating categories for post-call transcriptions</a> and <a href=
8686
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
87-
* >Creating categories for streaming transcriptions</a>.
87+
* >Creating categories for real-time transcriptions</a>.
8888
* </p>
8989
*
9090
* @param createCallAnalyticsCategoryRequest
@@ -119,12 +119,12 @@ Future<CreateCallAnalyticsCategoryResult> createCallAnalyticsCategoryAsync(
119119
* </p>
120120
* <p>
121121
* When creating a new category, you can use the <code>InputType</code>
122-
* parameter to label the category as a batch category (
123-
* <code>POST_CALL</code>) or a streaming category (<code>REAL_TIME</code>).
124-
* Batch categories can only be applied to batch transcriptions and
125-
* streaming categories can only be applied to streaming transcriptions. If
126-
* you do not include <code>InputType</code>, your category is created as a
127-
* batch category by default.
122+
* parameter to label the category as a <code>POST_CALL</code> or a
123+
* <code>REAL_TIME</code> category. <code>POST_CALL</code> categories can
124+
* only be applied to post-call transcriptions and <code>REAL_TIME</code>
125+
* categories can only be applied to real-time transcriptions. If you do not
126+
* include <code>InputType</code>, your category is created as a
127+
* <code>POST_CALL</code> category by default.
128128
* </p>
129129
* <p>
130130
* Call Analytics categories are composed of rules. For each category, you
@@ -137,9 +137,9 @@ Future<CreateCallAnalyticsCategoryResult> createCallAnalyticsCategoryAsync(
137137
* <p>
138138
* To learn more about Call Analytics categories, see <a href=
139139
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
140-
* >Creating categories for batch transcriptions</a> and <a href=
140+
* >Creating categories for post-call transcriptions</a> and <a href=
141141
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
142-
* >Creating categories for streaming transcriptions</a>.
142+
* >Creating categories for real-time transcriptions</a>.
143143
* </p>
144144
*
145145
* @param createCallAnalyticsCategoryRequest
@@ -282,11 +282,11 @@ Future<CreateLanguageModelResult> createLanguageModelAsync(
282282
* </p>
283283
* <p>
284284
* Before creating a new custom medical vocabulary, you must first upload a
285-
* text file that contains your new entries, phrases, and terms into an
286-
* Amazon S3 bucket. Note that this differs from , where you can include a
287-
* list of terms within your request using the <code>Phrases</code> flag;
285+
* text file that contains your vocabulary table into an Amazon S3 bucket.
286+
* Note that this differs from , where you can include a list of terms
287+
* within your request using the <code>Phrases</code> flag;
288288
* <code>CreateMedicalVocabulary</code> does not support the
289-
* <code>Phrases</code> flag.
289+
* <code>Phrases</code> flag and only accepts vocabularies in table format.
290290
* </p>
291291
* <p>
292292
* Each language has a character set that contains all allowed characters
@@ -328,11 +328,11 @@ Future<CreateMedicalVocabularyResult> createMedicalVocabularyAsync(
328328
* </p>
329329
* <p>
330330
* Before creating a new custom medical vocabulary, you must first upload a
331-
* text file that contains your new entries, phrases, and terms into an
332-
* Amazon S3 bucket. Note that this differs from , where you can include a
333-
* list of terms within your request using the <code>Phrases</code> flag;
331+
* text file that contains your vocabulary table into an Amazon S3 bucket.
332+
* Note that this differs from , where you can include a list of terms
333+
* within your request using the <code>Phrases</code> flag;
334334
* <code>CreateMedicalVocabulary</code> does not support the
335-
* <code>Phrases</code> flag.
335+
* <code>Phrases</code> flag and only accepts vocabularies in table format.
336336
* </p>
337337
* <p>
338338
* Each language has a character set that contains all allowed characters
@@ -2222,16 +2222,19 @@ Future<ListVocabularyFiltersResult> listVocabularyFiltersAsync(
22222222
* retroactively applied to a job. To create a new category, use the
22232223
* operation. To learn more about Call Analytics categories, see <a href=
22242224
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
2225-
* >Creating categories for batch transcriptions</a> and <a href=
2225+
* >Creating categories for post-call transcriptions</a> and <a href=
22262226
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
2227-
* >Creating categories for streaming transcriptions</a>.
2227+
* >Creating categories for real-time transcriptions</a>.
22282228
* </p>
22292229
* <p>
22302230
* To make a <code>StartCallAnalyticsJob</code> request, you must first
22312231
* upload your media file into an Amazon S3 bucket; you can then specify the
22322232
* Amazon S3 location of the file using the <code>Media</code> parameter.
22332233
* </p>
22342234
* <p>
2235+
* Note that job queuing is enabled by default for Call Analytics jobs.
2236+
* </p>
2237+
* <p>
22352238
* You must include the following parameters in your
22362239
* <code>StartCallAnalyticsJob</code> request:
22372240
* </p>
@@ -2317,16 +2320,19 @@ Future<StartCallAnalyticsJobResult> startCallAnalyticsJobAsync(
23172320
* retroactively applied to a job. To create a new category, use the
23182321
* operation. To learn more about Call Analytics categories, see <a href=
23192322
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html"
2320-
* >Creating categories for batch transcriptions</a> and <a href=
2323+
* >Creating categories for post-call transcriptions</a> and <a href=
23212324
* "https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html"
2322-
* >Creating categories for streaming transcriptions</a>.
2325+
* >Creating categories for real-time transcriptions</a>.
23232326
* </p>
23242327
* <p>
23252328
* To make a <code>StartCallAnalyticsJob</code> request, you must first
23262329
* upload your media file into an Amazon S3 bucket; you can then specify the
23272330
* Amazon S3 location of the file using the <code>Media</code> parameter.
23282331
* </p>
23292332
* <p>
2333+
* Note that job queuing is enabled by default for Call Analytics jobs.
2334+
* </p>
2335+
* <p>
23302336
* You must include the following parameters in your
23312337
* <code>StartCallAnalyticsJob</code> request:
23322338
* </p>

0 commit comments

Comments
 (0)