| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoMetadata.Builder |
VideoMetadata.builder() |
VideoMetadata.Builder |
VideoMetadata.Builder.codec(String codec)
Type of compression used in the analyzed video.
|
VideoMetadata.Builder |
VideoMetadata.Builder.colorRange(String colorRange)
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
|
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).
|
VideoMetadata.Builder |
VideoMetadata.Builder.durationMillis(Long durationMillis)
Length of the video in milliseconds.
|
VideoMetadata.Builder |
VideoMetadata.Builder.format(String format)
Format of the analyzed video.
|
VideoMetadata.Builder |
VideoMetadata.Builder.frameHeight(Long frameHeight)
Vertical pixel dimension of the video.
|
VideoMetadata.Builder |
VideoMetadata.Builder.frameRate(Float frameRate)
Number of frames per second in the video.
|
VideoMetadata.Builder |
VideoMetadata.Builder.frameWidth(Long frameWidth)
Horizontal pixel dimension of the video.
|
VideoMetadata.Builder |
VideoMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VideoMetadata.Builder> |
VideoMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
default GetFaceSearchResponse.Builder |
GetFaceSearchResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
default GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
default GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Sets the value of the VideoMetadata property for this object.
|
default GetCelebrityRecognitionResponse.Builder |
GetCelebrityRecognitionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
default GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
default GetPersonTrackingResponse.Builder |
GetPersonTrackingResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
Copyright © 2021. All rights reserved.