Vision Data Types
All data types serialized dynamically when using the Vision REST API.
See also Shared Data Types.
VisionSearchResults
Root wrapper for Google Vision queries.
SingleVisionSearchResult
| Field |
Type |
Description |
labels |
string[] |
Confidence evaluated array items identifying objects. |
text |
string |
OCR rendered values parsed from images. (Optional) |
faces |
string[] |
Emotional context descriptions identified. (Optional) |
landmarks |
IVisionLandmark[] |
Geographic coordinate structures. |
logos |
IVisionLogo[] |
Commercial entities matched. |
web |
IVisionWebDetection |
Interconnected entities matched across Google index. (Optional) |
IVisionLandmark
| Field |
Type |
Description |
name |
string |
Entity label context mapping. |
latitude |
number |
Float coordinate representation for latitude. |
longitude |
number |
Float coordinate representation for longitude. |
IVisionLogo
| Field |
Type |
Description |
description |
string |
Label representations correctly bounded. |
score |
number |
Float variable determining match validity. |
IVisionWebDetection
| Field |
Type |
Description |
webEntities |
string[] |
Correlated concepts defined array. (Optional) |
fullMatchingImages |
string[] |
Duplicate copies mapped explicitly. (Optional) |
partialMatchingImages |
string[] |
Similar formats seamlessly mapped. (Optional) |
pagesWithMatchingImages |
string[] |
Host endpoints containing similar graphics. (Optional) |
visuallySimilarImages |
string[] |
Visual matches mapped dynamically. (Optional) |