Cloud Document AI v1 API - Class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan (3.17.0)

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.

Inheritance

object > Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

LayoutPageSpan()

public LayoutPageSpan()

LayoutPageSpan(LayoutPageSpan)

public LayoutPageSpan(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan other)
Parameter
Name Description
other DocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutPageSpan

Properties

PageEnd

public int PageEnd { get; set; }

Page where block ends in the document.

Property Value
Type Description
int

PageStart

public int PageStart { get; set; }

Page where block starts in the document.

Property Value
Type Description
int