From 35f64cdda3059c64a039de1f298e020a32ecb87a Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Sat, 1 Dec 2018 06:51:34 +0000 Subject: [PATCH] Generated from 2887954f60d03915825b88d9d53ea2ce3604a916 typo: ContentModerator - classication -> classification --- services/cognitiveservices/v1.0/contentmoderator/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cognitiveservices/v1.0/contentmoderator/models.go b/services/cognitiveservices/v1.0/contentmoderator/models.go index e0b171141606..5e23899ea725 100644 --- a/services/cognitiveservices/v1.0/contentmoderator/models.go +++ b/services/cognitiveservices/v1.0/contentmoderator/models.go @@ -281,7 +281,7 @@ type Evaluate struct { AdultClassificationScore *float64 `json:"AdultClassificationScore,omitempty"` // IsImageAdultClassified - Indicates if an image is classified as adult. IsImageAdultClassified *bool `json:"IsImageAdultClassified,omitempty"` - // RacyClassificationScore - The racy classication score. + // RacyClassificationScore - The racy classification score. RacyClassificationScore *float64 `json:"RacyClassificationScore,omitempty"` // IsImageRacyClassified - Indicates if the image is classified as racy. IsImageRacyClassified *bool `json:"IsImageRacyClassified,omitempty"`