Preparing search index...
The search index is not available
@google/genai
@google/genai
interactions/client
GeminiNextGenAPIClient
Interactions
URLContextResult
Interface URLContextResult
The result of the URL context.
interface
URLContextResult
{
status
?:
"error"
|
"success"
|
"paywall"
|
"unsafe"
;
url
?:
string
;
}
Index
Properties
status?
url?
Properties
Optional
status
status
?:
"error"
|
"success"
|
"paywall"
|
"unsafe"
The status of the URL retrieval.
Optional
url
url
?:
string
The URL that was fetched.
Settings
Theme
OS
Light
Dark
On This Page
Properties
status
url
@google/genai
Loading...
The result of the URL context.