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 environment, with the latest version being 3.19.0."],["The `Paragraph` class represents a collection of lines perceived as a paragraph and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `Paragraph()` and `Paragraph(Document.Types.Page.Types.Paragraph)`, allowing for default initialization and copying from another `Paragraph` instance."],["Key properties of the `Paragraph` class include `DetectedLanguages`, a list of detected languages and their confidence, `Layout`, which is the layout for the paragraph, and `Provenance`, the history of the annotation."],["The documentation spans multiple versions of the library, from 1.0.0 up to the latest 3.19.0, accessible via the navigation menu."]]],[]]