| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
VideoColorRange |
VideoMetadata.colorRange()
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
|
static VideoColorRange |
VideoColorRange.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<VideoColorRange> |
VideoColorRange.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VideoMetadata.Builder |
VideoMetadata.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).
|
Copyright © 2023. All rights reserved.