@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String codec()
Type of compression used in the analyzed video.
public final Long durationMillis()
Length of the video in milliseconds.
public final String format()
Format of the analyzed video. Possible values are MP4, MOV and AVI.
public final Float frameRate()
Number of frames per second in the video.
public final Long frameHeight()
Vertical pixel dimension of the video.
public final Long frameWidth()
Horizontal pixel dimension of the video.
public VideoMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoMetadata.Builder,VideoMetadata>public static VideoMetadata.Builder builder()
public static Class<? extends VideoMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.