Vertex AI v1beta1 API - Class RagChunk.Types.PageSpan (1.0.0-beta24)

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.

Inheritance

object > RagChunk.Types.PageSpan

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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