public sealed class RagChunk.Types.PageSpan : IMessage<RagChunk.Types.PageSpan>, IEquatable<RagChunk.Types.PageSpan>, IDeepCloneable<RagChunk.Types.PageSpan>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RagChunk.Types.PageSpan.
Represents where the chunk starts and ends in the document.
Implements
IMessageRagChunkTypesPageSpan, IEquatableRagChunkTypesPageSpan, IDeepCloneableRagChunkTypesPageSpan, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PageSpan()
public PageSpan()
PageSpan(PageSpan)
public PageSpan(RagChunk.Types.PageSpan other)
Parameter | |
---|---|
Name | Description |
other |
RagChunkTypesPageSpan |
Properties
FirstPage
public int FirstPage { get; set; }
Page where chunk starts in the document. Inclusive. 1-indexed.
Property Value | |
---|---|
Type | Description |
int |
LastPage
public int LastPage { get; set; }
Page where chunk ends in the document. Inclusive. 1-indexed.
Property Value | |
---|---|
Type | Description |
int |