Share via


IngestionPipeline<T>.DocumentProcessors Property

Definition

Gets the document processors in the pipeline.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentProcessor ^> ^ DocumentProcessors { System::Collections::Generic::IList<Microsoft::Extensions::DataIngestion::IngestionDocumentProcessor ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentProcessor> DocumentProcessors { get; }
member this.DocumentProcessors : System.Collections.Generic.IList<Microsoft.Extensions.DataIngestion.IngestionDocumentProcessor>
Public ReadOnly Property DocumentProcessors As IList(Of IngestionDocumentProcessor)

Property Value

Applies to