Class VideoGenerationReferenceImage
Inheritance
VideoGenerationReferenceImage
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class VideoGenerationReferenceImage
Constructors
|
Edit this page
View Source
VideoGenerationReferenceImage(Texture2D)
Declaration
public VideoGenerationReferenceImage(Texture2D image)
Parameters
| Type |
Name |
Description |
| Texture2D |
image |
|
Properties
|
Edit this page
View Source
Image
Declaration
[JsonProperty("image")]
public GoogleImage Image { get; set; }
Property Value
|
Edit this page
View Source
ReferenceType
Declaration
[JsonProperty("referenceType")]
public string ReferenceType { get; set; }
Property Value
Extension Methods