Show / Hide Table of Contents

Class CloudAiLargeModelsVisionPromptInputs

"Direct" prompting for Experimental Video Generation. These will be sent directly to the LDM without being rewritten.

Inheritance
object
CloudAiLargeModelsVisionPromptInputs
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 CloudAiLargeModelsVisionPromptInputs : IDirectResponseSchema

Properties

AudioPrompt

Description of audio content in the video, without speech.

Declaration
[JsonProperty("audioPrompt")]
public virtual string AudioPrompt { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NegativeAudioPrompt

Negative description of audio content in the video.

Declaration
[JsonProperty("negativeAudioPrompt")]
public virtual string NegativeAudioPrompt { get; set; }
Property Value
Type Description
string

NegativePrompt

Single negative prompt for what not to generate.

Declaration
[JsonProperty("negativePrompt")]
public virtual string NegativePrompt { get; set; }
Property Value
Type Description
string

PromptChunks

2s, 256 tokens per chunk, 4 total chunks. Required.

Declaration
[JsonProperty("promptChunks")]
public virtual IList<string> PromptChunks { get; set; }
Property Value
Type Description
IList<string>

Transcript

Spoken transcript of the video for characters.

Declaration
[JsonProperty("transcript")]
public virtual string Transcript { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX