public sealed class DocumentPageRange : IMessage<DocumentPageRange>, IEquatable<DocumentPageRange>, IDeepCloneable<DocumentPageRange>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentPageRange.
Range of pages present in a document.
Implements
IMessageDocumentPageRange, IEquatableDocumentPageRange, IDeepCloneableDocumentPageRange, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
DocumentPageRange()
public DocumentPageRange()DocumentPageRange(DocumentPageRange)
public DocumentPageRange(DocumentPageRange other)| Parameter | |
|---|---|
| Name | Description |
other |
DocumentPageRange |
Properties
End
public int End { get; set; }Last page number (one-based index) to be returned.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Start
public int Start { get; set; }First page number (one-based index) to be returned.
| Property Value | |
|---|---|
| Type | Description |
int |
|