Firebase.AI.UrlMetadata

Metadata for a single URL retrieved by the UrlContext tool.

Summary

Public types

UrlRetrievalStatus{
  Unspecified = 0,
  Success,
  Error,
  Paywall,
  Unsafe
}
enum
Status of the URL retrieval.

Properties

RetrievalStatus
The status of the URL retrieval.
Url
System.Uri
The retrieved URL.

Public types

UrlRetrievalStatus

 Firebase::AI::UrlMetadata::UrlRetrievalStatus

Status of the URL retrieval.

Properties
Error

The URL retrieval failed.

Paywall

The URL retrieval failed because the content is behind a paywall.

Success

The URL retrieval was successful.

Unsafe

The URL retrieval failed because the content is unsafe.

Unspecified

Unspecified retrieval status

Properties

RetrievalStatus

UrlRetrievalStatus Firebase::AI::UrlMetadata::RetrievalStatus

The status of the URL retrieval.

Url

System.Uri Firebase::AI::UrlMetadata::Url

The retrieved URL.