Cloud Document AI v1beta3 API - Class DocumentPageRange (2.0.0-beta18)

public sealed class DocumentPageRange : IMessage<DocumentPageRange>, IEquatable<DocumentPageRange>, IDeepCloneable<DocumentPageRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentPageRange.

Range of pages present in a document.

Inheritance

object > DocumentPageRange

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

DocumentPageRange()

public DocumentPageRange()

DocumentPageRange(DocumentPageRange)

public DocumentPageRange(DocumentPageRange other)
Parameter
NameDescription
otherDocumentPageRange

Properties

End

public int End { get; set; }

Last page number (one-based index) to be returned.

Property Value
TypeDescription
int

Start

public int Start { get; set; }

First page number (one-based index) to be returned.

Property Value
TypeDescription
int