Uses of Class
software.amazon.awssdk.services.rekognition.model.SegmentType
-
Packages that use SegmentType Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of SegmentType in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return SegmentType Modifier and Type Method Description static SegmentTypeSegmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SegmentTypeSegmentDetection. type()The type of the segment.SegmentTypeSegmentTypeInfo. type()The type of a segment (technical cue or shot detection).static SegmentTypeSegmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentType[]SegmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type SegmentType Modifier and Type Method Description static Set<SegmentType>SegmentType. knownValues()List<SegmentType>StartSegmentDetectionRequest. segmentTypes()An array of segment types to detect in the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type SegmentType Modifier and Type Method Description StartSegmentDetectionRequest.BuilderStartSegmentDetectionRequest.Builder. segmentTypes(SegmentType... segmentTypes)An array of segment types to detect in the video.SegmentDetection.BuilderSegmentDetection.Builder. type(SegmentType type)The type of the segment.SegmentTypeInfo.BuilderSegmentTypeInfo.Builder. type(SegmentType type)The type of a segment (technical cue or shot detection).Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type SegmentType Modifier and Type Method Description StartSegmentDetectionRequest.BuilderStartSegmentDetectionRequest.Builder. segmentTypes(Collection<SegmentType> segmentTypes)An array of segment types to detect in the video.
-