AnalyzeBatchPoller type

A poller that polls long-running operations started by beginAnalyzeBatch.

type AnalyzeBatchPoller = PollerLike<
  AnalyzeBatchOperationState,
  PagedAnalyzeBatchResult
>