Uses of Interface
software.amazon.awssdk.services.transcribestreaming.model.PointsOfInterest.Builder
-
Packages that use PointsOfInterest.Builder Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of PointsOfInterest.Builder in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return PointsOfInterest.Builder Modifier and Type Method Description static PointsOfInterest.BuilderPointsOfInterest. builder()PointsOfInterest.BuilderPointsOfInterest.Builder. timestampRanges(Collection<TimestampRange> timestampRanges)Contains the timestamp ranges (start time through end time) of matched categories and rules.PointsOfInterest.BuilderPointsOfInterest.Builder. timestampRanges(Consumer<TimestampRange.Builder>... timestampRanges)Contains the timestamp ranges (start time through end time) of matched categories and rules.PointsOfInterest.BuilderPointsOfInterest.Builder. timestampRanges(TimestampRange... timestampRanges)Contains the timestamp ranges (start time through end time) of matched categories and rules.PointsOfInterest.BuilderPointsOfInterest. toBuilder()Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type PointsOfInterest.Builder Modifier and Type Method Description Map<String,PointsOfInterest.Builder>CategoryEvent.BuilderImpl. getMatchedDetails()static Class<? extends PointsOfInterest.Builder>PointsOfInterest. serializableBuilderClass()
-