> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/taxeren-en-waarderen/foto-labelen-api/resultaat-interpretatie.md).

# Resultaat interpretatie

{% hint style="info" %} <mark style="color:$danger;">**Verouderd**</mark>\ <mark style="color:$danger;">Deze API is verouderd en wordt niet langer aanbevolen voor nieuwe implementaties. Bestaande integraties blijven mogelijk werken. Neem contact op met Altum AI voor advies over de aanbevolen configuratie.</mark>
{% endhint %}

<table><thead><tr><th width="297">Feature</th><th>Voorbeeld</th><th>Uitleg</th></tr></thead><tbody><tr><td>Image_Class</td><td>indoor</td><td>De basisklasse van de afbeelding, die de verdere categorisering bepaalt.</td></tr><tr><td>ConfidencePercent_Image_Class</td><td>99.2</td><td>Hoeveel vertrouwen (in%) het model heeft dat de afbeelding tot de voorspelde afbeeldingsklasse behoort</td></tr><tr><td>Room_Class</td><td>other_room</td><td>De kamer die in de afbeelding wordt geïdentificeerd, als de afbeelding 'indoor' is. Als de klasse 'other_room' is, vindt er een verdere categorisering plaats.</td></tr><tr><td>ConfidencePercent_Room_Class</td><td>96.1</td><td>Hoeveel zekerheid (in%) het model heeft dat de afbeelding tot de voorspelde kamerklasse behoort</td></tr><tr><td>Room_Subclass</td><td>hall_corridor</td><td>De verdere categorisering is op de afbeelding toegepast om de subklasse van de kamer te vinden, als de hoofdklasse van de kamer 'other_room' is.</td></tr><tr><td>ConfidencePercent_Room_Subclass</td><td>82.16</td><td>Hoeveel zekerheid (in%) het model heeft dat de afbeelding tot de voorspelde kamersubklasse behoort</td></tr><tr><td>Scene_Class1</td><td>facade</td><td>De eerste grote scèneklasse die in de afbeelding werd geïdentificeerd, beschrijft de buitenscène van het huis.</td></tr><tr><td>ConfidencePercent_Scene_Class1</td><td>70.5</td><td>Hoeveel vertrouwen (in%) het model heeft dat de afbeelding tot de voorspelde scèneklasse behoort</td></tr><tr><td>Scene_Class2</td><td>balcony-garden</td><td>De tweede grote scèneklasse werd in de afbeelding geïdentificeerd en beschrijft de buitenscène van het huis. Het wordt geïdentificeerd als het vertrouwen voor de 1e scèneklasse onder de 70% valt</td></tr><tr><td>ConfidencePercent_Scene_Class2</td><td>75.2</td><td>Hoeveel vertrouwen (in %) het model heeft dat de afbeelding ook tot een tweede scèneklasse behoort</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.altum.ai/taxeren-en-waarderen/foto-labelen-api/resultaat-interpretatie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
