Detected start or end of a structural component.
| @interface | FirebaseVisionDocumentText.RecognizedBreak.BreakType | Detected start or end of a structural component
type:
UNKNOWN,
SPACE
SURE_SPACE,
EOL_SURE_SPACE,
HYPHEN,
LINE_BREAK. |
|
| int | EOL_SURE_SPACE | Line-wrapping break. |
| int | HYPHEN | End-line hyphen that is not present in text; does not co-occur with `SPACE`, `LEADER_SPACE`, or `LINE_BREAK`. |
| int | LINE_BREAK | Line break that ends a paragraph. |
| int | SPACE | Regular space. |
| int | SURE_SPACE | Sure space (very wide). |
| int | UNKNOWN | Unknown break label type. |
| int |
getDetectedBreakType()
Gets detected break type.
|
| boolean |
getIsPrefix()
Returns
true if break prepends an element.
|
Line-wrapping break.
End-line hyphen that is not present in text; does not co-occur with `SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.
Line break that ends a paragraph.
Regular space.
Sure space (very wide).
Unknown break label type.
Gets detected break type.
Returns true if break prepends an element.