Uses of Class
software.amazon.awssdk.services.rekognition.model.VideoColorRange
-
Packages that use VideoColorRange Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of VideoColorRange in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return VideoColorRange Modifier and Type Method Description VideoColorRangeVideoMetadata. colorRange()A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).static VideoColorRangeVideoColorRange. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VideoColorRangeVideoColorRange. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoColorRange[]VideoColorRange. 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 VideoColorRange Modifier and Type Method Description static Set<VideoColorRange>VideoColorRange. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type VideoColorRange Modifier and Type Method Description VideoMetadata.BuilderVideoMetadata.Builder. colorRange(VideoColorRange colorRange)A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
-