Enum MediaProcessing.Known

java.lang.Object
java.lang.Enum<MediaProcessing.Known>
com.google.genai.types.MediaProcessing.Known
All Implemented Interfaces:
Serializable, Comparable<MediaProcessing.Known>
Enclosing class:
MediaProcessing

public static enum MediaProcessing.Known extends Enum<MediaProcessing.Known>
Enum representing the known values for MediaProcessing.
  • Enum Constant Details

    • MEDIA_PROCESSING_UNSPECIFIED

      public static final MediaProcessing.Known MEDIA_PROCESSING_UNSPECIFIED
      Default. Uses model-specific processing
    • STATIC

      public static final MediaProcessing.Known STATIC
      Fixed-rate frame extraction. All frames placed in context.
    • AGENTIC

      public static final MediaProcessing.Known AGENTIC
      Model-driven dynamic navigation. Recommended for most use cases.
  • Method Details

    • values

      public static MediaProcessing.Known[] 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

      public static MediaProcessing.Known valueOf(String name)
      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 name
      NullPointerException - if the argument is null