5 references to Clone
Microsoft.Extensions.DataIngestion (5)
Processors\ClassificationEnricher.cs (1)
35_options = Throw.IfNull(options).Clone();
Processors\ImageAlternativeTextEnricher.cs (1)
30_options = Throw.IfNull(options).Clone();
Processors\KeywordEnricher.cs (1)
41_options = Throw.IfNull(options).Clone();
Processors\SentimentEnricher.cs (1)
32_options = Throw.IfNull(options).Clone();
Processors\SummaryEnricher.cs (1)
32_options = Throw.IfNull(options).Clone();