Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.IssueDetected
-
Packages that use IssueDetected Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of IssueDetected in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type IssueDetected Modifier and Type Method Description List<IssueDetected>UtteranceEvent. issuesDetected()Provides the issue that was detected in the specified segment.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type IssueDetected Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. issuesDetected(IssueDetected... issuesDetected)Provides the issue that was detected in the specified segment.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. issuesDetected(IssueDetected... issuesDetected)Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type IssueDetected Modifier and Type Method Description UtteranceEvent.BuilderUtteranceEvent.Builder. issuesDetected(Collection<IssueDetected> issuesDetected)Provides the issue that was detected in the specified segment.UtteranceEvent.BuilderUtteranceEvent.BuilderImpl. issuesDetected(Collection<IssueDetected> issuesDetected)
-