Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AnalysisPoller type

A long-running operation (poller) that tracks the state of an analysis operation, eventually producing the result type that corresponds to the model.

type AnalysisPoller<Result> = PollerLike<
 DocumentAnalysisPollOperationState<Result>,
 Result
>