GoogleCloudDatalabelingV1beta1VideoPayload class
Container of information of a video.
Constructors
-
GoogleCloudDatalabelingV1beta1VideoPayload({double? frameRate, String? mimeType, String? signedUri, List<
GoogleCloudDatalabelingV1beta1VideoThumbnail> ? videoThumbnails, String? videoUri}) - GoogleCloudDatalabelingV1beta1VideoPayload.fromJson(Map _json)
Properties
- frameRate ↔ double?
-
FPS of the video.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType ↔ String?
-
Video format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedUri ↔ String?
-
Signed uri of the video file in the service bucket.
getter/setter pair
-
videoThumbnails
↔ List<
GoogleCloudDatalabelingV1beta1VideoThumbnail> ? -
The list of video thumbnails.
getter/setter pair
- videoUri ↔ String?
-
Video uri from the user bucket.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited