TavilySearchResult class

A search result from the Tavily search engine.

Annotations
  • @immutable

Constructors

TavilySearchResult.new({required String title, required String url, required String content, String? rawContent, required double score})
A search result from the Tavily search engine.
const

Properties

content String
The most query related content from the scraped url.
final
hashCode int
The hash code for this object.
no setterinherited
rawContent String?
The parsed and cleaned HTML of the site. For now includes parsed text only.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
The relevance score of the search result.
final
title String
The title of the search result url.
final
url String
The url of the search result.
final

Methods

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