Skip to content

Documentation update needed: imageQualityHints returned property is not documented #262

@aurnor

Description

@aurnor

When the image sent to the API is too large, then the API result is not consistent: there is no result returned, no error, but the JSON contains the following:

"imageQualityHints": [
	{
		"category": "ImageDimensionsExceedLimit"
	}
],

This is not documented in this page: https://learn.microsoft.com/en-us/bing/search-apis/bing-visual-search/how-to/get-insights
As we can see in the returned JSON, imageQualityHints is an array and may contain other values that may be of interest.

It would be great having all values documented to have proper error/info handling from the calling application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions