IngestionChunk<T>.Document Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the document from which this chunk was extracted.
public:
property Microsoft::Extensions::DataIngestion::IngestionDocument ^ Document { Microsoft::Extensions::DataIngestion::IngestionDocument ^ get(); };
public Microsoft.Extensions.DataIngestion.IngestionDocument Document { get; }
member this.Document : Microsoft.Extensions.DataIngestion.IngestionDocument
Public ReadOnly Property Document As IngestionDocument