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.
Implements
IMessageDocumentTypesChunkedDocumentTypesChunk, IEquatableDocumentTypesChunkedDocumentTypesChunk, IDeepCloneableDocumentTypesChunkedDocumentTypesChunk, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Chunk()
public Chunk()
Chunk(Chunk)
public Chunk(Document.Types.ChunkedDocument.Types.Chunk other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesChunkedDocumentTypesChunk |
Properties
ChunkId
public string ChunkId { get; set; }
ID of the chunk.
Property Value | |
---|---|
Type | Description |
string |
Content
public string Content { get; set; }
Text content of the chunk.
Property Value | |
---|---|
Type | Description |
string |
PageFooters
public RepeatedField<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageFooter> PageFooters { get; }
Page footers associated with the chunk.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesChunkedDocumentTypesChunkTypesChunkPageFooter |
PageHeaders
public RepeatedField<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageHeader> PageHeaders { get; }
Page headers associated with the chunk.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDocumentTypesChunkedDocumentTypesChunkTypesChunkPageHeader |
PageSpan
public Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan PageSpan { get; set; }
Page span of the chunk.
Property Value | |
---|---|
Type | Description |
DocumentTypesChunkedDocumentTypesChunkTypesChunkPageSpan |
SourceBlockIds
public RepeatedField<string> SourceBlockIds { get; }
Unused.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |