| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJob |
CallAnalyticsJob.clone() |
CallAnalyticsJob |
StartCallAnalyticsJobResult.getCallAnalyticsJob()
An object containing the details of the asynchronous call analytics job.
|
CallAnalyticsJob |
GetCallAnalyticsJobResult.getCallAnalyticsJob()
An object that contains the results of your call analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(ChannelDefinition... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
CallAnalyticsJob |
CallAnalyticsJob.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
CallAnalyticsJob |
CallAnalyticsJob.withCompletionTime(Date completionTime)
A timestamp that shows when the analytics job was completed.
|
CallAnalyticsJob |
CallAnalyticsJob.withCreationTime(Date creationTime)
A timestamp that shows when the analytics job was created.
|
CallAnalyticsJob |
CallAnalyticsJob.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Number (ARN) that you use to access the analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withFailureReason(String failureReason)
If the
AnalyticsJobStatus is FAILED, this field contains information about why the job
failed. |
CallAnalyticsJob |
CallAnalyticsJob.withIdentifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source
audio.
|
CallAnalyticsJob |
CallAnalyticsJob.withLanguageCode(LanguageCode languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
|
CallAnalyticsJob |
CallAnalyticsJob.withLanguageCode(String languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
|
CallAnalyticsJob |
CallAnalyticsJob.withMedia(Media media) |
CallAnalyticsJob |
CallAnalyticsJob.withMediaFormat(MediaFormat mediaFormat)
The format of the input audio file.
|
CallAnalyticsJob |
CallAnalyticsJob.withMediaFormat(String mediaFormat)
The format of the input audio file.
|
CallAnalyticsJob |
CallAnalyticsJob.withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio.
|
CallAnalyticsJob |
CallAnalyticsJob.withSettings(CallAnalyticsJobSettings settings)
Provides information about the settings used to run a transcription job.
|
CallAnalyticsJob |
CallAnalyticsJob.withStartTime(Date startTime)
A timestamp that shows when the analytics job started processing.
|
CallAnalyticsJob |
CallAnalyticsJob.withTranscript(Transcript transcript) |
| Modifier and Type | Method and Description |
|---|---|
void |
StartCallAnalyticsJobResult.setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
|
void |
GetCallAnalyticsJobResult.setCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
|
StartCallAnalyticsJobResult |
StartCallAnalyticsJobResult.withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object containing the details of the asynchronous call analytics job.
|
GetCallAnalyticsJobResult |
GetCallAnalyticsJobResult.withCallAnalyticsJob(CallAnalyticsJob callAnalyticsJob)
An object that contains the results of your call analytics job.
|
Copyright © 2022. All rights reserved.