diff --git a/lib/services/visualSearch/lib/models/imageKnowledge.js b/lib/services/visualSearch/lib/models/imageKnowledge.js index 1fa1d3d99a..5c51f7e26e 100644 --- a/lib/services/visualSearch/lib/models/imageKnowledge.js +++ b/lib/services/visualSearch/lib/models/imageKnowledge.js @@ -34,7 +34,7 @@ class ImageKnowledge extends models['Response'] { * 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 + * imageInsightsToken in a subsequent Visual Search API call to get the list * of shopping websites. * @property {number} [image.insightsMetadata.shoppingSourcesCount] The * number of websites that sell the products seen in the image. @@ -52,7 +52,7 @@ class ImageKnowledge extends models['Response'] { * @property {string} [image.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. - * @property {string} [image.visualWords] For interal use only. + * @property {string} [image.visualWords] For internal use only. */ constructor() { super(); diff --git a/lib/services/visualSearch/lib/models/imageObject.js b/lib/services/visualSearch/lib/models/imageObject.js index 19f881d30a..c98edcdb50 100644 --- a/lib/services/visualSearch/lib/models/imageObject.js +++ b/lib/services/visualSearch/lib/models/imageObject.js @@ -31,7 +31,7 @@ class ImageObject extends models['MediaObject'] { * 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 + * imageInsightsToken in a subsequent Visual Search API call to get the list * of shopping websites. * @property {number} [insightsMetadata.shoppingSourcesCount] The number of * websites that sell the products seen in the image. @@ -49,7 +49,7 @@ class ImageObject extends models['MediaObject'] { * @property {string} [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. - * @property {string} [visualWords] For interal use only. + * @property {string} [visualWords] For internal use only. */ constructor() { super(); diff --git a/lib/services/visualSearch/lib/models/index.d.ts b/lib/services/visualSearch/lib/models/index.d.ts index 5246ba2463..e3ff8003d4 100644 --- a/lib/services/visualSearch/lib/models/index.d.ts +++ b/lib/services/visualSearch/lib/models/index.d.ts @@ -387,7 +387,7 @@ export interface ImageObject extends MediaObject { * 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 + * on the icon, use imageInsightsToken in a subsequent Visual Search API call to get the list of * shopping websites. */ readonly insightsMetadata?: ImagesImageMetadata; @@ -401,7 +401,7 @@ export interface ImageObject extends MediaObject { */ readonly accentColor?: string; /** - * For interal use only. + * For internal use only. */ readonly visualWords?: string; } diff --git a/lib/services/visualSearch/lib/models/query.js b/lib/services/visualSearch/lib/models/query.js index d67d7b3863..e7af3d043d 100644 --- a/lib/services/visualSearch/lib/models/query.js +++ b/lib/services/visualSearch/lib/models/query.js @@ -40,7 +40,7 @@ class Query { * 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 + * imageInsightsToken in a subsequent Visual Search API call to get the list * of shopping websites. * @property {number} [thumbnail.insightsMetadata.shoppingSourcesCount] The * number of websites that sell the products seen in the image. @@ -58,7 +58,7 @@ class Query { * @property {string} [thumbnail.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. - * @property {string} [thumbnail.visualWords] For interal use only. + * @property {string} [thumbnail.visualWords] For internal use only. */ constructor() { } diff --git a/lib/services/visualSearch/lib/models/thing.js b/lib/services/visualSearch/lib/models/thing.js index 3d1c5eedca..836c1259af 100644 --- a/lib/services/visualSearch/lib/models/thing.js +++ b/lib/services/visualSearch/lib/models/thing.js @@ -36,7 +36,7 @@ class Thing extends models['Response'] { * 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 + * imageInsightsToken in a subsequent Visual Search API call to get the list * of shopping websites. * @property {number} [image.insightsMetadata.shoppingSourcesCount] The * number of websites that sell the products seen in the image. @@ -54,7 +54,7 @@ class Thing extends models['Response'] { * @property {string} [image.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. - * @property {string} [image.visualWords] For interal use only. + * @property {string} [image.visualWords] For internal use only. * @property {string} [description] A short description of the item. * @property {string} [alternateName] An alias for the item. * @property {string} [bingId] An ID that uniquely identifies this item.