Discovery Engine v1beta API - Class Chunk.Types.PageSpan (1.0.0-beta15)

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 v1beta API class Chunk.Types.PageSpan.

Page span of the chunk.

Inheritance

object > Chunk.Types.PageSpan

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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