Package com.google.genai.types
Enum MediaProcessing.Known
- All Implemented Interfaces:
Serializable,Comparable<MediaProcessing.Known>
- Enclosing class:
- MediaProcessing
Enum representing the known values for MediaProcessing.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionModel-driven dynamic navigation.Default.Fixed-rate frame extraction. -
Method Summary
Modifier and TypeMethodDescriptionstatic MediaProcessing.KnownReturns the enum constant of this type with the specified name.static MediaProcessing.Known[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MEDIA_PROCESSING_UNSPECIFIED
Default. Uses model-specific processing -
STATIC
Fixed-rate frame extraction. All frames placed in context. -
AGENTIC
Model-driven dynamic navigation. Recommended for most use cases.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-