[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-08-08 UTC."],[],[],null,["# FirebaseVisionDocumentText.RecognizedBreak\n\npublic static class **FirebaseVisionDocumentText.RecognizedBreak** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nDetected start or end of a structural component. \n\n### Nested Class Summary\n\n|------------|---|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| @interface | [FirebaseVisionDocumentText.RecognizedBreak.BreakType](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak.BreakType) || Detected start or end of a structural component type: [UNKNOWN](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#UNKNOWN), [SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#SPACE) [SURE_SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#SURE_SPACE), [EOL_SURE_SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#EOL_SURE_SPACE), [HYPHEN](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#HYPHEN), [LINE_BREAK](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#LINE_BREAK). |\n\n### Constant Summary\n\n|-----|--------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| int | [EOL_SURE_SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#EOL_SURE_SPACE) | Line-wrapping break. |\n| int | [HYPHEN](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#HYPHEN) | End-line hyphen that is not present in text; does not co-occur with \\`SPACE\\`, \\`LEADER_SPACE\\`, or \\`LINE_BREAK\\`. |\n| int | [LINE_BREAK](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#LINE_BREAK) | Line break that ends a paragraph. |\n| int | [SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#SPACE) | Regular space. |\n| int | [SURE_SPACE](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#SURE_SPACE) | Sure space (very wide). |\n| int | [UNKNOWN](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#UNKNOWN) | Unknown break label type. |\n\n### Public Method Summary\n\n|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| int | [getDetectedBreakType](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#getDetectedBreakType())() Gets detected break type. |\n| boolean | [getIsPrefix](/docs/reference/android/com/google/firebase/ml/vision/document/FirebaseVisionDocumentText.RecognizedBreak#getIsPrefix())() Returns `true` if break prepends an element. |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nConstants\n---------\n\n#### public static final int\n**EOL_SURE_SPACE**\n\nLine-wrapping break. \nConstant Value: 3 \n\n#### public static final int\n**HYPHEN**\n\nEnd-line hyphen that is not present in text; does not co-occur with \\`SPACE\\`,\n\\`LEADER_SPACE\\`, or \\`LINE_BREAK\\`. \nConstant Value: 4 \n\n#### public static final int\n**LINE_BREAK**\n\nLine break that ends a paragraph. \nConstant Value: 5 \n\n#### public static final int\n**SPACE**\n\nRegular space. \nConstant Value: 1 \n\n#### public static final int\n**SURE_SPACE**\n\nSure space (very wide). \nConstant Value: 2 \n\n#### public static final int\n**UNKNOWN**\n\nUnknown break label type. \nConstant Value: 0\n\nPublic Methods\n--------------\n\n#### public int **getDetectedBreakType** ()\n\nGets detected break type. \n\n#### public boolean **getIsPrefix** ()\n\nReturns `true` if break prepends an element."]]