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