Package com.flir.thermalsdk.meterlink
Class MeterlinkImageProcessor.ProcessingResult
java.lang.Object
com.flir.thermalsdk.meterlink.MeterlinkImageProcessor.ProcessingResult
- Enclosing class:
- MeterlinkImageProcessor
Wrapper for holding processing result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
Path to the output file with processed data.final boolean
Flag determines if processing was successful and if the output file was saved correctly. -
Method Summary
-
Field Details
-
success
public final boolean successFlag determines if processing was successful and if the output file was saved correctly. -
absoluteFilePath
Path to the output file with processed data. May be null if flag "success" is false.
-