Class RenderVideoResponse
Response message for AerialView.RenderVideo.
Implements
Namespace: Google.Maps.AerialView.V1
Assembly: Google.Maps.AerialView.V1.dll
Syntax
public sealed class RenderVideoResponse : IMessage<RenderVideoResponse>, IEquatable<RenderVideoResponse>, IDeepCloneable<RenderVideoResponse>, IBufferMessage, IMessage
Constructors
RenderVideoResponse()
Declaration
public RenderVideoResponse()
RenderVideoResponse(RenderVideoResponse)
Declaration
public RenderVideoResponse(RenderVideoResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderVideoResponse | other |
Properties
Metadata
Contains the video's metadata, only set if the state is ACTIVE.
Declaration
public VideoMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoMetadata |
State
Current state of the render request.
Declaration
public Video.Types.State State { get; set; }
Property Value
| Type | Description |
|---|---|
| Video.Types.State |