SdkSettings

public final class SdkSettings

Manages configuration settings for the Nutrient SDK. Provides functionality to load, export, and access various SDK settings through a type-safe registry system. This is a singleton class - use the static methods to access SDK settings.

Constructors

Link copied to clipboard
public void SdkSettings()

Functions

Link copied to clipboard
public final static void export(String path)
Static method to export the current SDK settings to a JSON file.
Link copied to clipboard
public final void exportInstance(String path)
Exports the current SDK settings to a JSON file.
Link copied to clipboard
Gets the settings for aiaugmenter.
Link copied to clipboard
public final static CadSettings getCadSettings()
Gets the settings for CAD.
Link copied to clipboard
Gets the settings for claudeapi.
Link copied to clipboard
Gets the settings for contentextraction.
Link copied to clipboard
Gets the settings for conversion.
Link copied to clipboard
Gets the settings for customvlmapi.
Link copied to clipboard
Gets the settings for documentlayoutjsonexport.
Link copied to clipboard
Gets the settings for finalizer.
Link copied to clipboard
public final static HtmlSettings getHtmlSettings()
Gets the settings for HTML.
Link copied to clipboard
public final static ImageSettings getImageSettings()
Gets the settings for image.
Link copied to clipboard
Gets the settings for inferencelayout.
Link copied to clipboard
public final static Jbig2Settings getJbig2Settings()
Gets the settings for jbig2.
Link copied to clipboard
public final static JpegSettings getJpegSettings()
Gets the settings for jpeg.
Link copied to clipboard
public final static OcrSettings getOcrSettings()
Gets the settings for ocr.
Link copied to clipboard
Gets the settings for openaiapiendpoint.
Link copied to clipboard
Gets the settings for openailanguagesdetection.
Link copied to clipboard
Gets the settings for openaipicturealt.
Link copied to clipboard
public final static OpenSettings getOpenSettings()
Gets the settings for opening documents.
Link copied to clipboard
public final static PdfPageSettings getPdfPageSettings()
Gets the settings for PDF page.
Link copied to clipboard
public final static PdfSettings getPdfSettings()
Gets the settings for PDF.
Link copied to clipboard
Gets the settings for presentation.
Link copied to clipboard
Gets the settings for readingorder.
Link copied to clipboard
Gets the settings for segmenter.
Link copied to clipboard
Gets the settings for spreadsheet.
Link copied to clipboard
Gets the settings for tablerecognition.
Link copied to clipboard
public final static TiffSettings getTiffSettings()
Gets the settings for tiff.
Link copied to clipboard
Gets the settings for visiondescriptor.
Link copied to clipboard
public final static VisionSettings getVisionSettings()
Gets the settings for vision.
Link copied to clipboard
Gets the settings for wordsdetection.
Link copied to clipboard
public final static WordSettings getWordSettings()
Gets the settings for Word documents.
Link copied to clipboard
public final static void load(String path)
Static method to load SDK settings from a JSON file.
Link copied to clipboard
public final void loadInstance(String path)
Loads SDK settings from a JSON file.