From 4a6447a9eb2243664e35ed9b50f1859489d2ba6a Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 10 Dec 2018 16:58:34 -0800 Subject: [PATCH] Generated from 701b54974e675f24e9215d2f9b32f02db024af03 (#3656) typo: cognitiveservices/data-plane/VisualSearch - Inisghts -> Insights --- .../preview/cognitiveservices/v1.0/visualsearch/models.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/preview/cognitiveservices/v1.0/visualsearch/models.go b/services/preview/cognitiveservices/v1.0/visualsearch/models.go index 52d7e0796e1b..1e49a8f0c029 100644 --- a/services/preview/cognitiveservices/v1.0/visualsearch/models.go +++ b/services/preview/cognitiveservices/v1.0/visualsearch/models.go @@ -4452,13 +4452,13 @@ type ImageObject struct { Thumbnail *ImageObject `json:"thumbnail,omitempty"` // ImageInsightsToken - The token that you use in a subsequent call to Visual Search API to get additional information about the image. For information about using this token, see the imageInsightsToken field inside the knowledgeRequest request parameter. ImageInsightsToken *string `json:"imageInsightsToken,omitempty"` - // InsightsMetadata - A count of the number of websites where you can shop or perform other actions related to the image. For example, if the image is of an apple pie, this object includes a count of the number of websites where you can buy an apple pie. To indicate the number of offers in your UX, include badging such as a shopping cart icon that contains the count. When the user clicks on the icon, use imageInisghtsToken in a subsequent Visual Search API call to get the list of shopping websites. + // InsightsMetadata - A count of the number of websites where you can shop or perform other actions related to the image. For example, if the image is of an apple pie, this object includes a count of the number of websites where you can buy an apple pie. To indicate the number of offers in your UX, include badging such as a shopping cart icon that contains the count. When the user clicks on the icon, use imageInsightsToken in a subsequent Visual Search API call to get the list of shopping websites. InsightsMetadata *ImagesImageMetadata `json:"insightsMetadata,omitempty"` // ImageID - Unique Id for the image. ImageID *string `json:"imageId,omitempty"` // AccentColor - A three-byte hexadecimal number that represents the color that dominates the image. Use the color as the temporary background in your client until the image is loaded. AccentColor *string `json:"accentColor,omitempty"` - // VisualWords - For interal use only. + // VisualWords - For internal use only. VisualWords *string `json:"visualWords,omitempty"` // ContentURL - Original URL to retrieve the source (file) for the media object (e.g., the source URL for the image). ContentURL *string `json:"contentUrl,omitempty"`