Uses of Class
com.google.genai.gaos.models.interactions.Resolution
Packages that use Resolution
-
Uses of Resolution in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ResolutionModifier and TypeFieldDescriptionstatic final ResolutionResolution.FOURKstatic final ResolutionResolution.ONE_THOUSAND_AND_EIGHTYPstatic final ResolutionResolution.SEVEN_HUNDRED_AND_TWENTYPstatic final ResolutionResolution.THREE_HUNDRED_AND_SIXTYPMethods in com.google.genai.gaos.models.interactions that return ResolutionModifier and TypeMethodDescriptionstatic ResolutionReturns a Resolution with the given value.static Resolution[]Resolution.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ResolutionMethods in com.google.genai.gaos.models.interactions with parameters of type ResolutionModifier and TypeMethodDescriptionVideoResponseFormat.Builder.resolution(Resolution resolution) The video output resolution.VideoResponseFormat.withResolution(Resolution resolution) The video output resolution.Constructors in com.google.genai.gaos.models.interactions with parameters of type ResolutionModifierConstructorDescriptionVideoResponseFormat(VideoResponseFormatAspectRatio aspectRatio, VideoResponseFormatDelivery delivery, String duration, String gcsUri, Resolution resolution)