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
>