Uses of Class
com.google.genai.gaos.models.interactions.VideoResponseFormatAspectRatio
Packages that use VideoResponseFormatAspectRatio
-
Uses of VideoResponseFormatAspectRatio in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as VideoResponseFormatAspectRatioModifier and TypeFieldDescriptionstatic final VideoResponseFormatAspectRatioVideoResponseFormatAspectRatio.NINE_HUNDRED_AND_SIXTEENstatic final VideoResponseFormatAspectRatioVideoResponseFormatAspectRatio.ONE_HUNDRED_AND_SIXTY_NINEMethods in com.google.genai.gaos.models.interactions that return VideoResponseFormatAspectRatioModifier and TypeMethodDescriptionReturns a VideoResponseFormatAspectRatio with the given value.static VideoResponseFormatAspectRatio[]VideoResponseFormatAspectRatio.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type VideoResponseFormatAspectRatioModifier and TypeMethodDescriptionVideoResponseFormat.aspectRatio()The aspect ratio for the video output.Methods in com.google.genai.gaos.models.interactions with parameters of type VideoResponseFormatAspectRatioModifier and TypeMethodDescriptionVideoResponseFormat.Builder.aspectRatio(VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output.VideoResponseFormat.withAspectRatio(VideoResponseFormatAspectRatio aspectRatio) The aspect ratio for the video output.Constructors in com.google.genai.gaos.models.interactions with parameters of type VideoResponseFormatAspectRatioModifierConstructorDescriptionVideoResponseFormat(VideoResponseFormatAspectRatio aspectRatio, VideoResponseFormatDelivery delivery, String duration, String gcsUri, Resolution resolution)