Class CloudAiLargeModelsVisionSeamless
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class CloudAiLargeModelsVisionSeamless : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Loop
If true, the generated video will be loopable (seamless time looping).
Declaration
[JsonProperty("loop")]
public virtual bool? Loop { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TessellateHorizontal
If true, the generated video will be tessellatable as a horizontal tessellation.
Declaration
[JsonProperty("tessellateHorizontal")]
public virtual bool? TessellateHorizontal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TessellateVertical
If true, the generated video will be tessellatable as a vertical tessellation.
Declaration
[JsonProperty("tessellateVertical")]
public virtual bool? TessellateVertical { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |