CallAnalyticsJob

Provides detailed information about a Call Analytics job.

To view the job's status, refer to CallAnalyticsJobStatus. If the status is COMPLETED, the job is finished. You can find your completed transcript at the URI specified in TranscriptFileUri. If the status is FAILED, FailureReason provides details on why your transcription job failed.

If you enabled personally identifiable information (PII) redaction, the redacted transcript appears at the location specified in RedactedTranscriptFileUri.

If you chose to redact the audio in your media file, you can find your redacted media file at the location specified in the RedactedMediaFileUri field of your response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides detailed information about a call analytics job, including information about skipped analytics features.

Link copied to clipboard

The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.

Link copied to clipboard

Provides the status of the specified Call Analytics job.

Link copied to clipboard

Indicates which speaker is on which channel.

Link copied to clipboard

The date and time the specified Call Analytics job finished processing.

Link copied to clipboard

The date and time the specified Call Analytics job request was made.

Link copied to clipboard

The Amazon Resource Name (ARN) you included in your request.

Link copied to clipboard

If CallAnalyticsJobStatus is FAILED, FailureReason contains information about why the Call Analytics job request failed.

Link copied to clipboard

The confidence score associated with the language identified in your media file.

Link copied to clipboard

The language code used to create your Call Analytics job. For a list of supported languages and their associated language codes, refer to the Supported languages table.

Link copied to clipboard
val media: Media?

Provides the Amazon S3 location of the media file you used in your Call Analytics request.

Link copied to clipboard

The format of the input media file.

Link copied to clipboard

The sample rate, in hertz, of the audio track in your input media file.

Link copied to clipboard

Provides information on any additional settings that were included in your request. Additional settings include content redaction and language identification settings.

Link copied to clipboard

The date and time the specified Call Analytics job began processing.

Link copied to clipboard
val tags: List<Tag>?

The tags, each in the form of a key:value pair, assigned to the specified call analytics job.

Link copied to clipboard

Provides you with the Amazon S3 URI you can use to access your transcript.

Functions

Link copied to clipboard
inline fun copy(block: CallAnalyticsJob.Builder.() -> Unit = {}): CallAnalyticsJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String