Class TextMatchResult
- java.lang.Object
-
- org.opensextant.extractors.flexpat.TextMatchResult
-
public class TextMatchResult extends java.lang.Object
This result class holds all the results for a given text block. Important: When iterating over your results, matches, you should @see GeocoordMatch.is_submatch to see if a match is part of another match.- Author:
- ubaldino
-
-
Constructor Summary
Constructors Constructor Description TextMatchResult()
-
-
-
Field Detail
-
result_id
public java.lang.String result_id
-
pass
public boolean pass
-
evaluated
public boolean evaluated
-
message
public java.lang.String message
-
matches
public java.util.List<TextMatch> matches
-
-