Class CommonPromptInputProperty

java.lang.Object
de.xima.fc.prompt.service.support.CommonPromptInputProperty

public final class CommonPromptInputProperty extends Object
Constants with common names for prompt input properties, see computeQueryInput.
Since:
8.5.0
  • Field Details

    • INPUT_MAIN_FILES_PREFIX

      public static final String INPUT_MAIN_FILES_PREFIX
      The prefix for the main files of a query in the files map of the file value descriptor. If your query has secondary input files such as the mask image for an inpainting task, you should use a different key for those files.
      See Also:
    • INPUT_MASK_PREFIX

      public static final String INPUT_MASK_PREFIX
      The prefix for the mask images of a query in the files map of the file value descriptor. A mask image is used in image generation tasks such as inpainting.
      See Also: