| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoColorRange |
VideoColorRange.fromValue(String value)
Use this in place of valueOf.
|
static VideoColorRange |
VideoColorRange.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.
|
| Modifier and Type | Method and Description |
|---|---|
VideoMetadata |
VideoMetadata.withColorRange(VideoColorRange colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
|
Copyright © 2023. All rights reserved.