public sealed class DetectedBreak : IMessage<Document.Types.Page.Types.Token.Types.DetectedBreak>, IEquatable<Document.Types.Page.Types.Token.Types.DetectedBreak>, IDeepCloneable<Document.Types.Page.Types.Token.Types.DetectedBreak>, IBufferMessage, IMessage
Detected break at the end of a [Token][google.cloud.documentai.v1.Document.Page.Token].
[[["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 latest version of the Document AI library is 3.19.0, while the document focuses on version 1.3.0."],["This documentation details the `DetectedBreak` class, a component used to identify breaks at the end of a token within a document page, within the `Google.Cloud.DocumentAI.V1` namespace."],["The `DetectedBreak` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `DetectedBreak()` and a copy constructor `DetectedBreak(Document.Types.Page.Types.Token.Types.DetectedBreak other)`."],["It features a `Type` property, allowing you to specify the type of detected break, with available types outlined in the `Document.Types.Page.Types.Token.Types.DetectedBreak.Types.Type`."]]],[]]