Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.PointsOfInterest
-
Packages that use PointsOfInterest Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of PointsOfInterest in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type PointsOfInterest Modifier and Type Method Description Map<String,PointsOfInterest>CategoryEvent. matchedDetails()Contains information about the matched categories, including category names and timestamps.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type PointsOfInterest Modifier and Type Method Description CategoryEvent.BuilderCategoryEvent.Builder. matchedDetails(Map<String,PointsOfInterest> matchedDetails)Contains information about the matched categories, including category names and timestamps.CategoryEvent.BuilderCategoryEvent.BuilderImpl. matchedDetails(Map<String,PointsOfInterest> matchedDetails)
-