AIAnalyzer class
Analyzes HTML pages for SEO issues and optionally provides AI recommendations.
Constructors
- AIAnalyzer({String? openAiKey})
-
Creates an AIAnalyzer with an optional
openAiKey.
Properties
Methods
-
analyzePage(
String htmlContent, String url) → Future< AIReport> -
Analyzes
htmlContentfromurland returns an AIReport with suggestions. -
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