public sealed class DetectedBreak : IMessage<TextAnnotation.Types.DetectedBreak>, IEquatable<TextAnnotation.Types.DetectedBreak>, IDeepCloneable<TextAnnotation.Types.DetectedBreak>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.DetectedBreak.
[[["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-04-17 UTC."],[[["This document provides reference information for the `TextAnnotation.Types.DetectedBreak` class within the Google Cloud Vision v1 API, specifically version 3.3.0."],["The `DetectedBreak` class indicates the start or end of a structural component in text analysis, inheriting from `Object` and implementing several interfaces, such as `IMessage` and `IEquatable`."],["It includes two constructors: a default constructor and one that accepts another `TextAnnotation.Types.DetectedBreak` instance for copying."],["The class features two main properties: `IsPrefix`, a boolean indicating if the break prepends an element, and `Type`, which specifies the type of break using the `BreakType` enum."],["The latest version of the documentation is 3.7.0 and it is one of 11 versions available for browsing."]]],[]]