@azure-rest/ai-document-intelligence
Advanced tools
Comparing version 1.0.0-alpha.20250103.1 to 1.0.0-alpha.20250103.2
{ | ||
"name": "@azure-rest/ai-document-intelligence", | ||
"version": "1.0.0-alpha.20250103.1", | ||
"version": "1.0.0-alpha.20250103.2", | ||
"description": "Document Intelligence Rest Client", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -131,3 +131,3 @@ # Azure DocumentIntelligence (formerly FormRecognizer) REST client library for JavaScript | ||
getLongRunningPoller, | ||
AnalyzeResultOperationOutput, | ||
AnalyzeOperationOutput, | ||
isUnexpected, | ||
@@ -140,3 +140,3 @@ } from "@azure-rest/ai-document-intelligence"; | ||
const poller = getLongRunningPoller(client, initialResponse); | ||
const result = (await poller.pollUntilDone()).body as AnalyzeResultOperationOutput; | ||
const result = (await poller.pollUntilDone()).body as AnalyzeOperationOutput; | ||
console.log(result); | ||
@@ -370,3 +370,3 @@ // { | ||
const result = (await poller.pollUntilDone()).body as AnalyzeResultOperationOutput; | ||
const result = (await poller.pollUntilDone()).body as AnalyzeOperationOutput; | ||
const figures = result.analyzeResult?.figures; | ||
@@ -373,0 +373,0 @@ assert.isArray(figures); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1523083