ContentDetector class
A class for detecting the main content area of a webpage
Constructors
- ContentDetector.new({Logger? logger})
- Creates a new ContentDetector
Properties
Methods
-
detectContent(
String html) → ContentDetectionResult - Detects the main content area of a webpage
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited