Uses of Class
com.google.genai.gaos.models.interactions.VideoResponseFormat
Packages that use VideoResponseFormat
-
Uses of VideoResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return VideoResponseFormatModifier and TypeMethodDescriptionVideoResponseFormat.Builder.build()VideoResponseFormat.withAspectRatio(VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output.VideoResponseFormat.withDelivery(VideoResponseFormatDelivery delivery) The delivery mode for the video output.VideoResponseFormat.withDuration(String duration) The duration for the video output.VideoResponseFormat.withGcsUri(String gcsUri) The Cloud Storage URI to store the video output.VideoResponseFormat.withResolution(Resolution resolution) The video output resolution.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type VideoResponseFormatMethods in com.google.genai.gaos.models.interactions with parameters of type VideoResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.of(VideoResponseFormat value)