Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.TimestampRange
-
Packages that use TimestampRange Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of TimestampRange in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type TimestampRange Modifier and Type Method Description List<TimestampRange>PointsOfInterest. timestampRanges()Contains the timestamp ranges (start time through end time) of matched categories and rules.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type TimestampRange Modifier and Type Method Description PointsOfInterest.BuilderPointsOfInterest.Builder. timestampRanges(TimestampRange... timestampRanges)Contains the timestamp ranges (start time through end time) of matched categories and rules.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type TimestampRange Modifier and Type Method Description PointsOfInterest.BuilderPointsOfInterest.Builder. timestampRanges(Collection<TimestampRange> timestampRanges)Contains the timestamp ranges (start time through end time) of matched categories and rules.
-