Class VideoMetadata
Contains metadata about a video, such as its videoId and duration.
Implements
Namespace: Google.Maps.AerialView.V1
Assembly: Google.Maps.AerialView.V1.dll
Syntax
public sealed class VideoMetadata : IMessage<VideoMetadata>, IEquatable<VideoMetadata>, IDeepCloneable<VideoMetadata>, IBufferMessage, IMessage
Constructors
VideoMetadata()
Declaration
public VideoMetadata()
VideoMetadata(VideoMetadata)
Declaration
public VideoMetadata(VideoMetadata other)
Parameters
Type | Name | Description |
---|---|---|
VideoMetadata | other |
Properties
CaptureDate
The date at which the imagery used in the video was captured. This will be at a month-level granularity.
Declaration
public Date CaptureDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Duration
The length of the video.
Declaration
public Duration Duration { get; set; }
Property Value
Type | Description |
---|---|
Duration |
VideoId
An ID for the video, and the recommended way to retrieve a video.
Declaration
public string VideoId { get; set; }
Property Value
Type | Description |
---|---|
string |