public sealed class TextAnnotation.Types.DetectedBreak : IMessage<TextAnnotation.Types.DetectedBreak>, IEquatable<TextAnnotation.Types.DetectedBreak>, IDeepCloneable<TextAnnotation.Types.DetectedBreak>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.DetectedBreak.
[[["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."],[[["This documentation page covers the `TextAnnotation.Types.DetectedBreak` class within the Google Cloud Vision v1 API, providing reference information for .NET developers."],["The `DetectedBreak` class represents the detection of the start or end of a structural component in text and is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes the implementation of this class through inheritance and inherited members, and also outlines the two constructors available: `DetectedBreak()` and `DetectedBreak(TextAnnotation.Types.DetectedBreak other)`."],["The documentation details the properties of the `DetectedBreak` class, specifically `IsPrefix`, a boolean indicating if a break prepends the element, and `Type`, which indicates the type of detected break."],["This is version 3.5.0 of the API documentation, and the navigation offers access to other versions, ranging from version 2.3.0 to the latest, 3.7.0, for the `TextAnnotation.Types.DetectedBreak` class."]]],[]]