diff --git a/specification/cognitiveservices/data-plane/ComputerVision/stable/v1.0/ComputerVision.json b/specification/cognitiveservices/data-plane/ComputerVision/stable/v1.0/ComputerVision.json index aef44e399512..91d90b29086b 100644 --- a/specification/cognitiveservices/data-plane/ComputerVision/stable/v1.0/ComputerVision.json +++ b/specification/cognitiveservices/data-plane/ComputerVision/stable/v1.0/ComputerVision.json @@ -1469,7 +1469,7 @@ "ServiceLanguage": { "name": "language", "in": "query", - "description": "The desired language for output generation. If this parameter is not specified, the default value is "en".Supported languages:en - English, Default.ja - Japanese pt - Portuguese zh - Simplified Chinese.", + "description": "The desired language for output generation. If this parameter is not specified, the default value is "en".Supported languages:en - English, Default. es - Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.", "type": "string", "required": false, "x-ms-parameter-location": "method", @@ -1477,6 +1477,7 @@ "default": "en", "enum": [ "en", + "es", "ja", "pt", "zh"