C# Class NCrawler.Toxy.ToxyTextExtractorProcessorPipelineStep

Inheritance: IPipelineStep
Datei anzeigen Open project: esbencarlsen/NCrawler Class Usage Examples

Public Properties

Property Type Description
MimeTypeExtensionMapping string>.Dictionary

Public Methods

Method Description
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
ToxyTextExtractorProcessorPipelineStep ( int maxDegreeOfParallelism ) : System.Collections.Generic

Protected Methods

Method Description
MapContentTypeToExtension ( string mimeType ) : string

Method Details

MapContentTypeToExtension() protected method

protected MapContentTypeToExtension ( string mimeType ) : string
mimeType string
return string

Process() public method

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
return Task

ToxyTextExtractorProcessorPipelineStep() public method

public ToxyTextExtractorProcessorPipelineStep ( int maxDegreeOfParallelism ) : System.Collections.Generic
maxDegreeOfParallelism int
return System.Collections.Generic

Property Details

MimeTypeExtensionMapping public_oe property

public Dictionary MimeTypeExtensionMapping
return string>.Dictionary