public sealed class Chunk.Types.PageSpan : IMessage<Chunk.Types.PageSpan>, IEquatable<Chunk.Types.PageSpan>, IDeepCloneable<Chunk.Types.PageSpan>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Chunk.Types.PageSpan.
Page span of the chunk.
Implements
IMessageChunkTypesPageSpan, IEquatableChunkTypesPageSpan, IDeepCloneableChunkTypesPageSpan, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
PageSpan()
public PageSpan()
PageSpan(PageSpan)
public PageSpan(Chunk.Types.PageSpan other)
Parameter | |
---|---|
Name | Description |
other |
ChunkTypesPageSpan |
Properties
PageEnd
public int PageEnd { get; set; }
The end page of the chunk.
Property Value | |
---|---|
Type | Description |
int |
PageStart
public int PageStart { get; set; }
The start page of the chunk.
Property Value | |
---|---|
Type | Description |
int |