Uses of Class
com.google.genai.gaos.models.interactions.VideoResponseFormatDelivery
Packages that use VideoResponseFormatDelivery
-
Uses of VideoResponseFormatDelivery in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as VideoResponseFormatDeliveryModifier and TypeFieldDescriptionstatic final VideoResponseFormatDeliveryVideoResponseFormatDelivery.INLINEstatic final VideoResponseFormatDeliveryVideoResponseFormatDelivery.URIMethods in com.google.genai.gaos.models.interactions that return VideoResponseFormatDeliveryModifier and TypeMethodDescriptionstatic VideoResponseFormatDeliveryReturns a VideoResponseFormatDelivery with the given value.static VideoResponseFormatDelivery[]VideoResponseFormatDelivery.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type VideoResponseFormatDeliveryModifier and TypeMethodDescriptionVideoResponseFormat.delivery()The delivery mode for the video output.Methods in com.google.genai.gaos.models.interactions with parameters of type VideoResponseFormatDeliveryModifier and TypeMethodDescriptionVideoResponseFormat.Builder.delivery(VideoResponseFormatDelivery delivery) The delivery mode for the video output.VideoResponseFormat.withDelivery(VideoResponseFormatDelivery delivery) The delivery mode for the video output.Constructors in com.google.genai.gaos.models.interactions with parameters of type VideoResponseFormatDeliveryModifierConstructorDescriptionVideoResponseFormat(VideoResponseFormatAspectRatio aspectRatio, VideoResponseFormatDelivery delivery, String duration, String gcsUri, Resolution resolution)