Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/services/visualSearch/lib/models/imageKnowledge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions lib/services/visualSearch/lib/models/imageObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions lib/services/visualSearch/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -401,7 +401,7 @@ export interface ImageObject extends MediaObject {
*/
readonly accentColor?: string;
/**
* For interal use only.
* For internal use only.
*/
readonly visualWords?: string;
}
Expand Down
4 changes: 2 additions & 2 deletions lib/services/visualSearch/lib/models/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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() {
}
Expand Down
4 changes: 2 additions & 2 deletions lib/services/visualSearch/lib/models/thing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down