| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.clone() |
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.withFeature(CallAnalyticsFeature feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.withFeature(String feature)
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.withMessage(String message)
Contains additional information or a message explaining why a specific analytics feature was skipped during the
analysis of a call analytics job.
|
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.withReasonCode(CallAnalyticsSkippedReasonCode reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
CallAnalyticsSkippedFeature |
CallAnalyticsSkippedFeature.withReasonCode(String reasonCode)
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call
analytics job.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallAnalyticsSkippedFeature> |
CallAnalyticsJobDetails.getSkipped()
Contains information about any skipped analytics features during the analysis of a call analytics job.
|
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJobDetails |
CallAnalyticsJobDetails.withSkipped(CallAnalyticsSkippedFeature... skipped)
Contains information about any skipped analytics features during the analysis of a call analytics job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallAnalyticsJobDetails.setSkipped(Collection<CallAnalyticsSkippedFeature> skipped)
Contains information about any skipped analytics features during the analysis of a call analytics job.
|
CallAnalyticsJobDetails |
CallAnalyticsJobDetails.withSkipped(Collection<CallAnalyticsSkippedFeature> skipped)
Contains information about any skipped analytics features during the analysis of a call analytics job.
|
Copyright © 2025. All rights reserved.