Uses of Class
software.amazon.awssdk.services.rekognition.model.TechnicalCueSegment
-
Packages that use TechnicalCueSegment Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of TechnicalCueSegment in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return TechnicalCueSegment Modifier and Type Method Description TechnicalCueSegmentSegmentDetection. technicalCueSegment()If the segment is a technical cue, contains information about the technical cue.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type TechnicalCueSegment Modifier and Type Method Description SegmentDetection.BuilderSegmentDetection.Builder. technicalCueSegment(TechnicalCueSegment technicalCueSegment)If the segment is a technical cue, contains information about the technical cue.
-