public sealed class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan : IMessage<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan>, IEquatable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan>, IDeepCloneable<Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan.
Represents where the block starts and ends in the document.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["This webpage provides documentation for the `LayoutPageSpan` class within the Google Cloud Document AI v1 API for .NET."],["The `LayoutPageSpan` class represents the starting and ending location of a block within a document, and is a part of the `DocumentLayoutBlock` within the `DocumentLayout`."],["There are multiple versions of the `LayoutPageSpan` class documented, ranging from version 1.0.0 to the latest version, 3.19.0, for the `Google.Cloud.DocumentAI.V1` package."],["The `LayoutPageSpan` class has properties `PageStart` and `PageEnd` which are both integers, and are the pages on which the block starts and ends respectively."],["`LayoutPageSpan` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to assist in message handling."]]],[]]