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