Sometimes the Google Cloud Vision API will return results with upper case labels and sometimes with lower case labels. For example, it may return "dress" or "Dress". Does anyone know if this signifies any difference?
1 Answers
0
votes
There could be some changes with the training data behind the API to use uppercase letters. Nevertheless, there should be no significant difference between the two for Label Detection.
I also tried testing the API, and the responses now consistently show in uppercase letters.