Cloud Document AI v1beta3 API - Class Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan (2.0.0-beta18)

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 v1beta3 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.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

LayoutPageSpan()

public LayoutPageSpan()

LayoutPageSpan(LayoutPageSpan)

public LayoutPageSpan(Document.Types.DocumentLayout.Types.DocumentLayoutBlock.Types.LayoutPageSpan other)
Parameter
NameDescription
otherDocumentTypesDocumentLayoutTypesDocumentLayoutBlockTypesLayoutPageSpan

Properties

PageEnd

public int PageEnd { get; set; }

Page where block ends in the document.

Property Value
TypeDescription
int

PageStart

public int PageStart { get; set; }

Page where block starts in the document.

Property Value
TypeDescription
int