public sealed class Paragraph : IMessage<Document.Types.Page.Types.Paragraph>, IEquatable<Document.Types.Page.Types.Paragraph>, IDeepCloneable<Document.Types.Page.Types.Paragraph>, IBufferMessage, IMessage
A collection of lines that a human would perceive as a paragraph.
[[["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 webpage provides documentation for the `Paragraph` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically for the .NET library, with version history ranging from 1.0.0 to 3.19.0."],["The `Paragraph` class represents a collection of lines perceived as a paragraph in a document, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["Key properties of the `Paragraph` class include `DetectedLanguages` (a list of detected languages with confidence), `Layout` (layout information for the paragraph), and `Provenance` (history of the annotation)."],["The latest version of this documentation is for 3.19.0, with links provided for many previous versions allowing for comparing changes between each iteration."]]],[]]