Cloud Document AI v1beta3 API - Class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan (2.0.0-beta18)

public sealed class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan : IMessage<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IEquatable<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IDeepCloneable<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan.

Represents where the chunk starts and ends in the document.

Inheritance

object > Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ChunkPageSpan()

public ChunkPageSpan()

ChunkPageSpan(ChunkPageSpan)

public ChunkPageSpan(Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan other)
Parameter
NameDescription
otherDocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan

Properties

PageEnd

public int PageEnd { get; set; }

Page where chunk ends in the document.

Property Value
TypeDescription
int

PageStart

public int PageStart { get; set; }

Page where chunk starts in the document.

Property Value
TypeDescription
int