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-01 UTC."],[[["This webpage 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 is part of the `Google.Cloud.DocumentAI.V1.Document.Types.Page.Types.Token.Types` namespace and represents a detected break at the end of a token within a document page."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is derived from the base `Object` class, which can be seen through its inheritance and inherited members."],["The `DetectedBreak` class has properties such as `Type` to identify the type of break, and constructors that support creating a new instance, or a copy of another instance, as seen by the two documented constructors."],["The page shows a list of previous versions of the documentation to ensure that it covers every version for the user to be able to reference."]]],[]]