Constant Field Values

Contents

ai.konduit.*

  • ai.konduit.serving.data.image.step.bb.draw.DrawBoundingBoxStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_COLOR "lime"
  • ai.konduit.serving.data.image.step.grid.crop.CropGridStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_OUTPUT_NAME "crops"
  • ai.konduit.serving.data.image.step.grid.draw.DrawFixedGridStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_COLOR "lime"
  • ai.konduit.serving.data.image.step.grid.draw.DrawGridStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_COLOR "lime"
  • ai.konduit.serving.data.image.step.point.heatmap.DrawHeatmapStep 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_OUTPUT_NAME "image"
  • ai.konduit.serving.data.image.util.ColorConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String COLOR_DESCRIPTION "The color can be a hex/HTML string like\"#788E87\", an RGB value like RGB - \"rgb(128,0,255)\" or it can be from a set of predefined HTML color names: [white, silver, gray, black, red, maroon, yellow, olive, lime, green, aqua, teal, blue, navy, fuchsia, purple]"
    public static final java.lang.String INVALID_COLOR "Invalid color: Must be in one of the following formats: hex/HTML - #788E87, RGB - rgb(128,0,255), or a HTML color name such as \"green\" (https://en.wikipedia.org/wiki/Web_colors#HTML_color_names) - got \"%s\""