Class RawReferenceImage

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.RawReferenceImage
All Implemented Interfaces:
ReferenceImage

public abstract class RawReferenceImage extends JsonSerializable implements ReferenceImage
A raw reference image.

A raw reference image represents the base image to edit, provided by the user. It can optionally be provided in addition to a mask reference image or a style reference image.

  • Constructor Details

    • RawReferenceImage

      public RawReferenceImage()
  • Method Details