# VertexAIVisualQnAChat

> **Class** in `langchain_google_vertexai`

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

Chat implementation of a visual QnA model.

## Signature

```python
VertexAIVisualQnAChat()
```

## Extends

- `_BaseImageTextModel`
- `BaseChatModel`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/8e006aa3ea738f609bcf19c54249414cecf48daf/libs/vertexai/langchain_google_vertexai/vision_models.py#L251)