| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.clone() |
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCallAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the call analytics job.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCallAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the call analytics job.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCreationTime(Date creationTime)
A timestamp that shows when the call analytics job was created.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withFailureReason(String failureReason)
If the
CallAnalyticsJobStatus is FAILED, a description of the error. |
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallAnalyticsJobSummary> |
ListCallAnalyticsJobsResult.getCallAnalyticsJobSummaries()
A list of objects containing summary information for a transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsJobsResult |
ListCallAnalyticsJobsResult.withCallAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCallAnalyticsJobsResult.setCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResult |
ListCallAnalyticsJobsResult.withCallAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
Copyright © 2022. All rights reserved.