Class VisualizeImageChartRequest.Options

    • Field Detail

      • IMAGE_ENCODING

        public static final String IMAGE_ENCODING
        Encoding to be applied to the output image. When using JSON serialization it is recommended to specify this as BASE64. Supported values:
        • BASE64: Apply base64 encoding to the output image.
        • NONE: Do not apply any additional encoding to the output image.
        The default value is NONE.
        See Also:
        Constant Field Values