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.
Implements
IMessageDocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan, IEquatableDocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan, IDeepCloneableDocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.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 |