Struct aws_sdk_transcribe::model::call_analytics_job::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CallAnalyticsJob
Implementations
The name of the call analytics job.
The name of the call analytics job.
The status of the analytics job.
The status of the analytics job.
If you know the language spoken between the customer and the agent, specify a language code for this field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
If you know the language spoken between the customer and the agent, specify a language code for this field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
The sample rate, in Hertz, of the audio.
The sample rate, in Hertz, of the audio.
The format of the input audio file. Note: for call analytics jobs, only the following media formats are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.
The format of the input audio file. Note: for call analytics jobs, only the following media formats are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.
Describes the input media file in a transcription request.
Describes the input media file in a transcription request.
Identifies the location of a transcription.
Identifies the location of a transcription.
A timestamp that shows when the analytics job started processing.
A timestamp that shows when the analytics job started processing.
A timestamp that shows when the analytics job was created.
A timestamp that shows when the analytics job was created.
A timestamp that shows when the analytics job was completed.
A timestamp that shows when the analytics job was completed.
If the AnalyticsJobStatus is FAILED, this field contains information about why
the job failed.
The FailureReason field can contain one of the following values:
-
Unsupported media format: The media format specified in theMediaFormatfield of the request isn't valid. See the description of theMediaFormatfield for a list of valid values. -
The media format provided does not match the detected media format: The media format of the audio file doesn't match the format specified in theMediaFormatfield in the request. Check the media format of your media file and make sure the two values match. -
Invalid sample rate for audio file: The sample rate specified in theMediaSampleRateHertzof the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz. -
The sample rate provided does not match the detected sample rate: The sample rate in the audio file doesn't match the sample rate specified in theMediaSampleRateHertzfield in the request. Check the sample rate of your media file and make sure that the two values match. -
Invalid file size: file size too large: The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide. -
Invalid number of channels: number of channels too large: Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference.
If the AnalyticsJobStatus is FAILED, this field contains information about why
the job failed.
The FailureReason field can contain one of the following values:
-
Unsupported media format: The media format specified in theMediaFormatfield of the request isn't valid. See the description of theMediaFormatfield for a list of valid values. -
The media format provided does not match the detected media format: The media format of the audio file doesn't match the format specified in theMediaFormatfield in the request. Check the media format of your media file and make sure the two values match. -
Invalid sample rate for audio file: The sample rate specified in theMediaSampleRateHertzof the request isn't valid. The sample rate must be between 8,000 and 48,000 Hertz. -
The sample rate provided does not match the detected sample rate: The sample rate in the audio file doesn't match the sample rate specified in theMediaSampleRateHertzfield in the request. Check the sample rate of your media file and make sure that the two values match. -
Invalid file size: file size too large: The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon Transcribe Medical Guide. -
Invalid number of channels: number of channels too large: Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference.
The Amazon Resource Number (ARN) that you use to access the analytics job. ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id.
The Amazon Resource Number (ARN) that you use to access the analytics job. ARNs have the format
arn:partition:service:region:account-id:resource-type/resource-id.
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. This value appears only when you don't provide a single language code. Larger values indicate that Amazon Transcribe has higher confidence in the language that it identified
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. This value appears only when you don't provide a single language code. Larger values indicate that Amazon Transcribe has higher confidence in the language that it identified
Provides information about the settings used to run a transcription job.
Provides information about the settings used to run a transcription job.
Appends an item to channel_definitions.
To override the contents of this collection use set_channel_definitions.
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.
Consumes the builder and constructs a CallAnalyticsJob
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more