We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 657c554 + fa510d1 commit 76dcba9Copy full SHA for 76dcba9
articles/ai-services/document-intelligence/quickstarts/includes/javascript-sdk.md
@@ -329,7 +329,7 @@ const { AzureKeyCredential } = require("@azure/core-auth");
329
330
async function main() {
331
332
- const client = DocumentIntelligence(endpoint, new AzureKeyCredential(key:key));
+ const client = DocumentIntelligence(endpoint, new AzureKeyCredential(key));
333
334
const initialResponse = await client
335
.path("/documentModels/{modelId}:analyze", "prebuilt-invoice")
0 commit comments