diff --git a/specification/cognitiveservices/ContentSafety/models.tsp b/specification/cognitiveservices/ContentSafety/models.tsp index 24faf6b6a257..692b559ad7ea 100644 --- a/specification/cognitiveservices/ContentSafety/models.tsp +++ b/specification/cognitiveservices/ContentSafety/models.tsp @@ -106,6 +106,7 @@ model AnalyzeImageOptions { @doc("The image can be either base64 encoded bytes or a blob URL. You can choose only one of these options. If both are provided, the request will be refused. The maximum image size is 2048 x 2048 pixels and should not exceed 4 MB, while the minimum image size is 50 x 50 pixels.") @projectedName("csharp", "ContentSafetyImageData") +@projectedName("java", "ContentSafetyImageData") model ImageData { @doc("The Base64 encoding of the image.") content?: bytes;