diff --git a/specification/cognitiveservices/ContentSafety/models.tsp b/specification/cognitiveservices/ContentSafety/models.tsp index b16451dbb187..24faf6b6a257 100644 --- a/specification/cognitiveservices/ContentSafety/models.tsp +++ b/specification/cognitiveservices/ContentSafety/models.tsp @@ -112,6 +112,7 @@ model ImageData { @doc("The blob url of the image.") @projectedName("csharp", "BlobUri") + @projectedName("java", "blobUri") blobUrl?: url; } @@ -139,6 +140,7 @@ model TextBlocklist { @visibility("read", "create", "query") @maxLength(64) @projectedName("csharp", "Name") + @projectedName("java", "name") blocklistName: string; @doc("Text blocklist description.")