Uses of Class
com.google.genai.gaos.models.interactions.Processing
Packages that use Processing
-
Uses of Processing in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ProcessingModifier and TypeMethodDescriptionstatic ProcessingProcessing.of(MediaProcessing value) static ProcessingProcessing.of(ProcessingEnum value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ProcessingModifier and TypeMethodDescriptionVideoContent.processing()How the model processes this video for understanding.Methods in com.google.genai.gaos.models.interactions with parameters of type ProcessingModifier and TypeMethodDescriptionVideoContent.Builder.processing(Processing processing) How the model processes this video for understanding.VideoContent.withProcessing(Processing processing) How the model processes this video for understanding.Constructors in com.google.genai.gaos.models.interactions with parameters of type ProcessingModifierConstructorDescriptionVideoContent(String data, VideoContentMimeType mimeType, Processing processing, MediaResolution resolution, String uri)