Cloud Document AI v1 API - Class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan (3.17.0)

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 v1 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.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ChunkPageSpan()

public ChunkPageSpan()

ChunkPageSpan(ChunkPageSpan)

public ChunkPageSpan(Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan other)
Parameter
Name Description
other DocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan

Properties

PageEnd

public int PageEnd { get; set; }

Page where chunk ends in the document.

Property Value
Type Description
int

PageStart

public int PageStart { get; set; }

Page where chunk starts in the document.

Property Value
Type Description
int