public static abstract @interface FirebaseVisionDocumentText.RecognizedBreak.BreakType
implements Annotation
Detected start or end of a structural component type:
UNKNOWN
,
SPACE
SURE_SPACE
,
EOL_SURE_SPACE
,
HYPHEN
,
LINE_BREAK
.
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|