Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExpenseCurrency

import type { ExpenseCurrency } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";

Returns the kind of currency detected.

interface ExpenseCurrency {
Code?: string | null;
Confidence?: number | null;
}

§Properties

§
Code?: string | null
[src]

Currency code for detected currency. the current supported codes are:

  • USD
  • EUR
  • GBP
  • CAD
  • INR
  • JPY
  • CHF
  • AUD
  • CNY
  • BZR
  • SEK
  • HKD
§
Confidence?: number | null
[src]

Percentage confideence in the detected currency.