# LLavaImageEmbed Namespace: LLama.Native LLaVa Image embeddings ```csharp public struct LLavaImageEmbed ``` Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype) → [LLavaImageEmbed](./llama.native.llavaimageembed.md) ## Fields ### **embed** ```csharp public Single* embed; ``` ### **n_image_pos** ```csharp public int n_image_pos; ```