You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
VisionAnalysisResult must never be store the ImageContentAnalysis in case the result contained an error. This may happen when Gloud Vision API eroors on loading the imageURL for example.
Should a processing error be cached then successive runs of the analysis will get the failed result from the cache instead of retriggering the request and getting a hopefully succesful request result.
Expected behavior
A failed image analysis result is either not stored in cache or should it be, then it will be rerequested upon the next retrieval of the analysis from the cache.
The text was updated successfully, but these errors were encountered:
Describe the bug
VisionAnalysisResult must never be store the ImageContentAnalysis in case the result contained an error. This may happen when Gloud Vision API eroors on loading the imageURL for example.
Should a processing error be cached then successive runs of the analysis will get the failed result from the cache instead of retriggering the request and getting a hopefully succesful request result.
Expected behavior
A failed image analysis result is either not stored in cache or should it be, then it will be rerequested upon the next retrieval of the analysis from the cache.
The text was updated successfully, but these errors were encountered: