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."],[[["The `DetectedBreak` class indicates the start or end of a structural component within text and is part of the `Google.Cloud.Vision.V1` namespace."],["The latest version available for reference documentation is `3.7.0`, with versions ranging back to `2.3.0` provided."],["`DetectedBreak` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, one default and one that accepts another `DetectedBreak` instance as a parameter, and has two properties named `IsPrefix` and `Type`."],["The property `Type` details the break type, referencing `TextAnnotation.Types.DetectedBreak.Types.BreakType`."]]],[]]