+ "smithy.api#documentation": "<p>Transcribes the audio from a customer service call and applies any additional Request\n Parameters you choose to include in your request.</p>\n <p>In addition to many standard transcription features, Call Analytics provides you with\n call characteristics, call summarization, speaker sentiment, and optional redaction of\n your text transcript and your audio file. You can also apply custom categories to flag\n specified conditions. To learn more about these features and insights, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/call-analytics.html\">Analyzing call\n center audio with Call Analytics</a>.</p>\n <p>If you want to apply categories to your Call Analytics job, you must create them\n before submitting your job request. Categories cannot be retroactively applied to a job.\n To create a new category, use the \n operation. To learn more about Call Analytics categories, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html\">Creating categories for post-call \n transcriptions</a> and <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-stream.html\">Creating categories for \n real-time transcriptions</a>.</p>\n <p>To make a <code>StartCallAnalyticsJob</code> request, you must first upload your media\n file into an Amazon S3 bucket; you can then specify the Amazon S3\n location of the file using the <code>Media</code> parameter.</p>\n <p>Job queuing is available for Call Analytics jobs. If you pass a <code>DataAccessRoleArn</code> \n in your request and you exceed your Concurrent Job Limit, your job will automatically be \n added to a queue to be processed once your concurrent job count is below the limit.</p>\n <p>You must include the following parameters in your <code>StartCallAnalyticsJob</code>\n request:</p>\n <ul>\n <li>\n <p>\n <code>region</code>: The Amazon Web Services Region where you are making your\n request. For a list of Amazon Web Services Regions supported with Amazon Transcribe, refer to <a href=\"https://docs.aws.amazon.com/general/latest/gr/transcribe.html\">Amazon Transcribe endpoints and\n quotas</a>.</p>\n </li>\n <li>\n <p>\n <code>CallAnalyticsJobName</code>: A custom name that you create for your\n transcription job that's unique within your Amazon Web Services account.</p>\n </li>\n <li>\n <p>\n <code>Media</code> (<code>MediaFileUri</code> or\n <code>RedactedMediaFileUri</code>): The Amazon S3 location of your\n media file.</p>\n </li>\n </ul>\n <note>\n <p>With Call Analytics, you can redact the audio contained in your media file by\n including <code>RedactedMediaFileUri</code>, instead of <code>MediaFileUri</code>,\n to specify the location of your input audio. If you choose to redact your audio, you\n can find your redacted media at the location specified in the\n <code>RedactedMediaFileUri</code> field of your response.</p>\n </note>",
0 commit comments