Package com.gpudb.protocol
Class VisualizeImageChartRequest.Options
java.lang.Object
com.gpudb.protocol.VisualizeImageChartRequest.Options
Enclosing class:
A set of string constants for the
VisualizeImageChartRequest parameter options.
Optional parameters.
Field Details
IMAGE_ENCODING
Encoding to be applied to the output image. When using JSON serialization it is recommended to specify this asBASE64. Supported values:BASE64: Apply base64 encoding to the output image.NONE: Do not apply any additional encoding to the output image.
NONE.See Also: