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
();