@Generated(value="software.amazon.awssdk:codegen") public final class VideoMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoMetadata.Builder,VideoMetadata>
Information about a video that Amazon Rekognition analyzed. Videometadata
is returned in every page of
paginated responses from a Amazon Rekognition video operation.
Modifier and Type | Class and Description |
---|---|
static interface |
VideoMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
static VideoMetadata.Builder |
builder() |
String |
codec()
Type of compression used in the analyzed video.
|
Long |
durationMillis()
Length of the video in milliseconds.
|
boolean |
equals(Object obj) |
String |
format()
Format of the analyzed video.
|
Long |
frameHeight()
Vertical pixel dimension of the video.
|
Float |
frameRate()
Number of frames per second in the video.
|
Long |
frameWidth()
Horizontal pixel dimension of the video.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoMetadata.Builder> |
serializableBuilderClass() |
VideoMetadata.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String codec()
Type of compression used in the analyzed video.
public Long durationMillis()
Length of the video in milliseconds.
public String format()
Format of the analyzed video. Possible values are MP4, MOV and AVI.
public Float frameRate()
Number of frames per second in the video.
public Long frameHeight()
Vertical pixel dimension of the video.
public Long frameWidth()
Horizontal pixel dimension of the video.
public VideoMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VideoMetadata.Builder,VideoMetadata>
public static VideoMetadata.Builder builder()
public static Class<? extends VideoMetadata.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.