public sealed class Line : IMessage<Document.Types.Page.Types.Line>, IEquatable<Document.Types.Page.Types.Line>, IDeepCloneable<Document.Types.Page.Types.Line>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Page.Types.Line.
A collection of tokens that a human would perceive as a line.
Does not cross column boundaries, can be horizontal, vertical, etc.
[[["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 page provides reference documentation for the `Document.Types.Page.Types.Line` class within the Google Cloud Document AI v1 API for .NET, detailing its purpose as a collection of tokens that form a line."],["The latest version of the API documentation available is 3.19.0, and the page includes links to documentation for various past versions ranging from 1.0.0 to 3.19.0, with the current document relating to version 3.4.0."],["The `Line` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Line` class includes properties such as `DetectedLanguages`, which lists detected languages with confidence levels, `Layout`, representing the layout of the line, and `Provenance`, that tracks the annotation's history, with the latter being marked as obsolete."],["There are two constructors for the `Line` class, one with no parameters and one that takes an existing `Document.Types.Page.Types.Line` object as a parameter for creating a new line."]]],[]]