GoogleApi.ContentWarehouse.V1.Model.VideoVideoClipInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
VideoClipInfo : meta information extracted from video file Next id: 26
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
artist
(type:String.t
, default:nil
)
- Lists the artist of the original subject of the file. -
audioVendorId
(type:String.t
, default:nil
)
- Audio vendor ID -
comment
(type:String.t
, default:nil
)
- -
commissioned
(type:String.t
, default:nil
)
- Lists the name of the person or organization that commissioned the subject of the file. -
copyright
(type:String.t
, default:nil
)
- Records the copyright information for the file. -
digitizationTime
(type:String.t
, default:nil
)
- -
director
(type:String.t
, default:nil
)
- -
engineer
(type:String.t
, default:nil
)
- The engineer who worked on the file. -
geolocation
(type:GoogleApi.ContentWarehouse.V1.Model.VideoVideoGeoLocation
, default:nil
)
- Optional geo-location information in WGS 84. -
info
(type:String.t
, default:nil
)
- -
keywords
(type:String.t
, default:nil
)
- Provides a list of keywords that refer to the file or subject of the file. -
make
(type:String.t
, default:nil
)
- The camera make such as Apple, Samsung etc. -
medium
(type:String.t
, default:nil
)
- Describes the original subject of the file. -
metadata
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo)
, default:nil
)
- Container level metadata -
model
(type:String.t
, default:nil
)
- The camera model such as iPhone7 or Pixel, etc. -
performer
(type:String.t
, default:nil
)
- -
producer
(type:String.t
, default:nil
)
- -
requirements
(type:String.t
, default:nil
)
- -
software
(type:String.t
, default:nil
)
- Identifies the name of the software packages used to create the file. -
sourceProvider
(type:String.t
, default:nil
)
- Identifies the name of the person or organization who supplied the original subject of the file. -
subject
(type:String.t
, default:nil
)
- Describes the contents of the file. -
technician
(type:String.t
, default:nil
)
- Identifies the technician who digitized the subject file. -
title
(type:String.t
, default:nil
)
- -
videoVendorId
(type:String.t
, default:nil
)
- Video vendor ID
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoVideoClipInfo{
artist: String.t() | nil,
audioVendorId: String.t() | nil,
author: String.t() | nil,
comment: String.t() | nil,
commissioned: String.t() | nil,
copyright: String.t() | nil,
digitizationTime: String.t() | nil,
director: String.t() | nil,
engineer: String.t() | nil,
geolocation: GoogleApi.ContentWarehouse.V1.Model.VideoVideoGeoLocation.t() | nil,
info: String.t() | nil,
keywords: String.t() | nil,
make: String.t() | nil,
medium: String.t() | nil,
metadata: [GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t()] | nil,
model: String.t() | nil,
performer: String.t() | nil,
producer: String.t() | nil,
requirements: String.t() | nil,
software: String.t() | nil,
sourceProvider: String.t() | nil,
subject: String.t() | nil,
technician: String.t() | nil,
title: String.t() | nil,
videoVendorId: String.t() | nil
}
artist: String.t() | nil,
audioVendorId: String.t() | nil,
author: String.t() | nil,
comment: String.t() | nil,
commissioned: String.t() | nil,
copyright: String.t() | nil,
digitizationTime: String.t() | nil,
director: String.t() | nil,
engineer: String.t() | nil,
geolocation: GoogleApi.ContentWarehouse.V1.Model.VideoVideoGeoLocation.t() | nil,
info: String.t() | nil,
keywords: String.t() | nil,
make: String.t() | nil,
medium: String.t() | nil,
metadata: [GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t()] | nil,
model: String.t() | nil,
performer: String.t() | nil,
producer: String.t() | nil,
requirements: String.t() | nil,
software: String.t() | nil,
sourceProvider: String.t() | nil,
subject: String.t() | nil,
technician: String.t() | nil,
title: String.t() | nil,
videoVendorId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoVideoClipInfo