Ask a question to get started
Enter to sendā¢Shift+Enter new line
Image loading route.
Determines how media content is loaded and processed based on the input string format.
Route()
Enum
HTTP/HTTPS URL. Downloads content via HTTP request.
Base64 encoded data URI (e.g., data:image/png;base64,...).
data:image/png;base64,...
Google Cloud Storage URI (e.g., gs://bucket/path).
gs://bucket/path
Local file path. Deprecated for security reasons.