Package version:

Interface DocumentModel<Result>

A well-known model specification that supports extracting structured documents.

See the beginAnalyzeDocument method of DocumentAnalysisClient, which supports consuming these DocumentModel objects instead of model ID strings to provide stronger result types.

Type Parameters

  • Result

Hierarchy

  • DocumentModel

Properties

apiVersion?: string

The API version of the model.

modelId: string

The unique ID of this model.

transformResult: ((input: AnalyzeResult<AnalyzedDocument>) => Result)

Type declaration

Generated using TypeDoc