diff --git a/specification/cognitiveservices/ContentSafety/models.tsp b/specification/cognitiveservices/ContentSafety/models.tsp index d75661231eb0..723a63e3ead7 100644 --- a/specification/cognitiveservices/ContentSafety/models.tsp +++ b/specification/cognitiveservices/ContentSafety/models.tsp @@ -273,8 +273,8 @@ model ImageBatchTaskResult { createdTime: utcDateTime; @doc("The progress of the batch image analysis task, represented as a percentage (0-100).") - progressPercentage: float32; - + progressPercentage: int32; + @doc("The blob parameters of result files.") analysisResults: BatchAnalyzeImagesResults; } diff --git a/specification/cognitiveservices/data-plane/ContentSafety/preview/2023-10-30-preview/contentsafety.json b/specification/cognitiveservices/data-plane/ContentSafety/preview/2023-10-30-preview/contentsafety.json index 61649344fdd0..edb8a2b184a6 100644 --- a/specification/cognitiveservices/data-plane/ContentSafety/preview/2023-10-30-preview/contentsafety.json +++ b/specification/cognitiveservices/data-plane/ContentSafety/preview/2023-10-30-preview/contentsafety.json @@ -2602,8 +2602,8 @@ "description": "The timestamp of when batch image analysis task was created." }, "progressPercentage": { - "type": "number", - "format": "float", + "type": "integer", + "format": "int32", "description": "The progress of the batch image analysis task, represented as a percentage (0-100)." }, "analysisResults": {