Show / Hide Table of Contents

Class CloudAiLargeModelsVisionSeamless

Inheritance
object
CloudAiLargeModelsVisionSeamless
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX