# Route

> **Class** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/_image_utils/Route)

Image Loading Route.

## Signature

```python
Route()
```

## Extends

- `Enum`

## Properties

- `GOOGLE_CLOUD_STORAGE`
- `BASE64`
- `LOCAL_FILE`
- `URL`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/vertexai/langchain_google_vertexai/_image_utils.py#L19)