Package com.google.genai.types
Class GeneratedVideo
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GeneratedVideo
A generated video.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneratedVideo.Builder
builder()
Instantiates a builder for GeneratedVideo.static GeneratedVideo
Deserializes a JSON string to a GeneratedVideo object.abstract GeneratedVideo.Builder
Creates a builder with the same values as this instance.video()
The output videoMethods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
GeneratedVideo
public GeneratedVideo()
-
-
Method Details
-
video
The output video -
builder
Instantiates a builder for GeneratedVideo. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GeneratedVideo object.
-