Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias OperationKind
import { type OperationKind } from "https://deno.land/x/aiformrecognizer@v1.1.0/src/mod.ts";

Defines values for OperationKind.
KnownOperationKind can be used interchangeably with OperationKind, this enum contains the known values that the service supports.

Known values supported by the service

documentModelBuild
documentModelCompose
documentModelCopyTo

definition: string