Uses of Class
software.amazon.awssdk.services.transcribe.model.CallAnalyticsSkippedFeature
-
Packages that use CallAnalyticsSkippedFeature Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CallAnalyticsSkippedFeature in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type CallAnalyticsSkippedFeature Modifier and Type Method Description List<CallAnalyticsSkippedFeature>CallAnalyticsJobDetails. skipped()Contains information about any skipped analytics features during the analysis of a call analytics job.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type CallAnalyticsSkippedFeature Modifier and Type Method Description CallAnalyticsJobDetails.BuilderCallAnalyticsJobDetails.Builder. skipped(CallAnalyticsSkippedFeature... skipped)Contains information about any skipped analytics features during the analysis of a call analytics job.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type CallAnalyticsSkippedFeature Modifier and Type Method Description CallAnalyticsJobDetails.BuilderCallAnalyticsJobDetails.Builder. skipped(Collection<CallAnalyticsSkippedFeature> skipped)Contains information about any skipped analytics features during the analysis of a call analytics job.
-