VideoMetadata class
Information about a video that Amazon Rekognition analyzed.
Videometadata
is returned in every page of paginated responses
from a Amazon Rekognition video operation.
Constructors
- VideoMetadata({String? codec, int? durationMillis, String? format, int? frameHeight, double? frameRate, int? frameWidth})
-
VideoMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codec → String?
-
Type of compression used in the analyzed video.
final
- durationMillis → int?
-
Length of the video in milliseconds.
final
- format → String?
-
Format of the analyzed video. Possible values are MP4, MOV and AVI.
final
- frameHeight → int?
-
Vertical pixel dimension of the video.
final
- frameRate → double?
-
Number of frames per second in the video.
final
- frameWidth → int?
-
Horizontal pixel dimension of the video.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited