Class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics
Standard characteristics of a video media view.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaVideoCharacteristics : IDirectResponseSchema
Properties
AudioBitrateKbps
Output only. Bitrate of the audio in kbps.
Declaration
[JsonProperty("audioBitrateKbps")]
public virtual int? AudioBitrateKbps { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
AudioCodecs
Output only. Audio codecs used in the video.
Declaration
[JsonProperty("audioCodecs")]
public virtual IList<string> AudioCodecs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Duration
Output only. Video duration.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrameRate
Output only. Frame rate (frames per second).
Declaration
[JsonProperty("frameRate")]
public virtual double? FrameRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Height
Output only. Video height in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VideoBitrateKbps
Output only. Bitrate of the video in kbps.
Declaration
[JsonProperty("videoBitrateKbps")]
public virtual int? VideoBitrateKbps { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VideoCodecs
Output only. Video codecs used in the video.
Declaration
[JsonProperty("videoCodecs")]
public virtual IList<string> VideoCodecs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Width
Output only. Video width in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |