Class MeterlinkImageProcessor.ProcessingResult

java.lang.Object
com.flir.thermalsdk.meterlink.MeterlinkImageProcessor.ProcessingResult
Enclosing class:
MeterlinkImageProcessor

public static final class MeterlinkImageProcessor.ProcessingResult extends Object
Wrapper for holding processing result.
  • Field Details

    • success

      public final boolean success
      Flag determines if processing was successful and if the output file was saved correctly.
    • absoluteFilePath

      public final String absoluteFilePath
      Path to the output file with processed data. May be null if flag "success" is false.