Reference documentation and code samples for the Cloud Vision V1p4beta1 API module Google::Cloud::Vision::V1p4beta1::TextAnnotation::DetectedBreak::BreakType.
Enum to denote the type of break found. New line, space etc.
Constants
UNKNOWN
value: 0 Unknown break label type.
SPACE
value: 1 Regular space.
SURE_SPACE
value: 2 Sure space (very wide).
EOL_SURE_SPACE
value: 3 Line-wrapping break.
HYPHEN
value: 4 End-line hyphen that is not present in text; does not co-occur with
SPACE, LEADER_SPACE, or LINE_BREAK.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Vision V1p4beta1 API - Module Google::Cloud::Vision::V1p4beta1::TextAnnotation::DetectedBreak::BreakType (v0.12.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.1 (latest)](/ruby/docs/reference/google-cloud-vision-v1p4beta1/latest/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.12.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.12.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.11.1](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.11.1/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.10.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.10.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.9.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.9.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.8.1](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.8.1/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.7.2](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.7.2/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.6.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.6.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.5.1](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.5.1/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.4.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.3.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.2.0/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType)\n- [0.1.2](/ruby/docs/reference/google-cloud-vision-v1p4beta1/0.1.2/Google-Cloud-Vision-V1p4beta1-TextAnnotation-DetectedBreak-BreakType) \nReference documentation and code samples for the Cloud Vision V1p4beta1 API module Google::Cloud::Vision::V1p4beta1::TextAnnotation::DetectedBreak::BreakType.\n\nEnum to denote the type of break found. New line, space etc.\n\nConstants\n---------\n\n### UNKNOWN\n\n**value:** 0 \nUnknown break label type.\n\n### SPACE\n\n**value:** 1 \nRegular space.\n\n### SURE_SPACE\n\n**value:** 2 \nSure space (very wide).\n\n### EOL_SURE_SPACE\n\n**value:** 3 \nLine-wrapping break.\n\n### HYPHEN\n\n**value:** 4 \nEnd-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.\n\n### LINE_BREAK\n\n**value:** 5 \nLine break that ends a paragraph."]]