Package com.firecrawl.models
Class HighlightsFormat.Builder
- java.lang.Object
-
- com.firecrawl.models.HighlightsFormat.Builder
-
- Enclosing class:
- HighlightsFormat
public static final class HighlightsFormat.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HighlightsFormatbuild()HighlightsFormat.Builderquery(java.lang.String query)Query used to select highlights from the page content.
-
-
-
Method Detail
-
query
public HighlightsFormat.Builder query(java.lang.String query)
Query used to select highlights from the page content.
-
build
public HighlightsFormat build()
-
-