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
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Token.Types.DetectedBreak.
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-04-17 UTC."],[[["This page provides documentation for the `DetectedBreak` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, spanning versions 1.0.0 to the latest 3.19.0."],["The `DetectedBreak` class represents a detected break at the end of a token, which can be found in the `Google.Cloud.DocumentAI.V1.Document.Types.Page.Types.Token.Types` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class."],["The `DetectedBreak` class offers two constructors, a default constructor and one that accepts another `DetectedBreak` instance as an argument."],["The class has a property called `Type`, which represents the detected break type, with a value that should be a value from the `Document.Types.Page.Types.Token.Types.DetectedBreak.Types.Type` enum."]]],[]]