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 `DetectedBreak` class indicates a break detected at the end of a token in Google Cloud Document AI, specifically within the `Document.Types.Page.Types.Token.Types` namespace."],["The latest version available for this class is 3.19.0, and it includes support for numerous previous versions dating back to 1.0.0 for `Document.Types.Page.Types.Token.Types.DetectedBreak`."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for deep cloning, comparing, and handling message buffers."],["The `DetectedBreak` class includes two constructors, one default and another that takes an existing `DetectedBreak` object for initialization, allowing for easy object creation and copying."],["The class contains a `Type` property that defines the kind of break that was detected, using the `Document.Types.Page.Types.Token.Types.DetectedBreak.Types.Type` enum."]]],[]]