public sealed class DetectedBreak : IMessage<TextAnnotation.Types.DetectedBreak>, IEquatable<TextAnnotation.Types.DetectedBreak>, IDeepCloneable<TextAnnotation.Types.DetectedBreak>, IBufferMessage, IMessage
[[["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-03-21 UTC."],[[["This document outlines the `DetectedBreak` class, which is part of the `Google.Cloud.Vision.V1` namespace and used to identify the start or end of a structural component within text."],["The `DetectedBreak` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class has two constructors: a default constructor and another that accepts an instance of `TextAnnotation.Types.DetectedBreak` as a parameter, making it easy to create objects of this type."],["The `DetectedBreak` class includes two key properties: `IsPrefix`, a boolean indicating if a break prepends an element, and `Type`, which specifies the `BreakType` of the detected break."],["The latest version of the package is 3.7.0, with various other versions listed down to 2.3.0."]]],[]]