Class DocumentAnnotator.ProgressInfo
java.lang.Object
chemaxon.naming.document.annotate.DocumentAnnotator.ProgressInfo
- Enclosing class:
- DocumentAnnotator
Represents the state of progress during a document annotation process.
-
Field Summary
-
Method Summary
-
Field Details
-
progress
public final double progressThe estimated ratio of work that has already been done, between 0 and 1. -
message
A message about the current state of the annotation.
-