Class CloudAiLargeModelsVisionGenerateVideoExperimentsConditioningFrame
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class CloudAiLargeModelsVisionGenerateVideoExperimentsConditioningFrame : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrameNum
The index of the frame, starts with zero and must be a multiple of 8.
Declaration
[JsonProperty("frameNum")]
public virtual int? FrameNum { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Image
The image data for this conditioning frame.
Declaration
[JsonProperty("image")]
public virtual CloudAiLargeModelsVisionGenerateVideoRequestImage Image { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudAiLargeModelsVisionGenerateVideoRequestImage |