Uses of Enum
com.google.genai.types.MaskReferenceMode.Known
Packages that use MaskReferenceMode.Known
-
Uses of MaskReferenceMode.Known in com.google.genai.types
Methods in com.google.genai.types that return MaskReferenceMode.KnownModifier and TypeMethodDescriptionMaskReferenceMode.knownEnum()
static MaskReferenceMode.Known
Returns the enum constant of this type with the specified name.static MaskReferenceMode.Known[]
MaskReferenceMode.Known.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type MaskReferenceMode.KnownModifier and TypeMethodDescriptionMaskReferenceConfig.Builder.maskMode
(MaskReferenceMode.Known knownType) Setter for maskMode given a known enum.Constructors in com.google.genai.types with parameters of type MaskReferenceMode.Known