Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ export interface ImageObject {
* 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.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
Expand All @@ -1774,7 +1774,7 @@ export interface ImageObject {
*/
readonly accentColor?: string;
/**
* @member {string} [visualWords] For interal use only.
* @member {string} [visualWords] For internal use only.
* **NOTE: This property will not be serialized. It can only be populated by
* the server.**
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as Models from "./models";

const packageName = "@azure/cognitiveservices-visualsearch";
const packageVersion = "0.1.0";
const packageVersion = "2.0.0";

export class VisualSearchClientContext extends msRest.ServiceClient {
endpoint?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"esm/**/*.d.ts",
"esm/**/*.d.ts.map",
"lib/**/*.ts",
"README.md",
"rollup.config.js",
"tsconfig.json"
],
Expand Down