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-04-17 UTC."],[[["The content focuses on the `DetectedBreak` class within the `Google.Cloud.Vision.V1` namespace, specifically version 2.3.0, which indicates the start or end of a structural component."],["`DetectedBreak` 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 existing `TextAnnotation.Types.DetectedBreak` object as a parameter, making it easy to create new instances."],["The `DetectedBreak` class has two key properties: `IsPrefix`, a boolean indicating if a break is before an element, and `Type`, which identifies the detected break type using `TextAnnotation.Types.DetectedBreak.Types.BreakType`."],["There are various versions of the `DetectedBreak` available ranging from 2.3.0 to the most recent version 3.7.0."]]],[]]