Cloud Document AI v1beta3 API - Class Document.Types.ChunkedDocument.Types.Chunk (2.0.0-beta18)

public sealed class Document.Types.ChunkedDocument.Types.Chunk : IMessage<Document.Types.ChunkedDocument.Types.Chunk>, IEquatable<Document.Types.ChunkedDocument.Types.Chunk>, IDeepCloneable<Document.Types.ChunkedDocument.Types.Chunk>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.ChunkedDocument.Types.Chunk.

Represents a chunk.

Inheritance

object > Document.Types.ChunkedDocument.Types.Chunk

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

Chunk()

public Chunk()

Chunk(Chunk)

public Chunk(Document.Types.ChunkedDocument.Types.Chunk other)
Parameter
NameDescription
otherDocumentTypesChunkedDocumentTypesChunk

Properties

ChunkId

public string ChunkId { get; set; }

ID of the chunk.

Property Value
TypeDescription
string

Content

public string Content { get; set; }

Text content of the chunk.

Property Value
TypeDescription
string

PageSpan

public Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan PageSpan { get; set; }

Page span of the chunk.

Property Value
TypeDescription
DocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan

SourceBlockIds

public RepeatedField<string> SourceBlockIds { get; }

List of all parsed documents layout source blocks used to generate the chunk.

Property Value
TypeDescription
RepeatedFieldstring