C# Class NCrawler.Toxy.ToxyTextExtractorProcessorPipelineStep

Inheritance: IPipelineStep
Afficher le fichier Open project: esbencarlsen/NCrawler Class Usage Examples

Méthodes publiques

Свойство Type Description
MimeTypeExtensionMapping string>.Dictionary

Méthodes publiques

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

Méthodes protégées

Méthode Description
MapContentTypeToExtension ( string mimeType ) : string

Method Details

MapContentTypeToExtension() protected méthode

protected MapContentTypeToExtension ( string mimeType ) : string
mimeType string
Résultat string

Process() public méthode

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
Résultat Task

ToxyTextExtractorProcessorPipelineStep() public méthode

public ToxyTextExtractorProcessorPipelineStep ( int maxDegreeOfParallelism ) : System.Collections.Generic
maxDegreeOfParallelism int
Résultat System.Collections.Generic

Property Details

MimeTypeExtensionMapping public_oe property

public Dictionary MimeTypeExtensionMapping
Résultat string>.Dictionary