Package version:

Interface BeginBuildDocumentClassifierOptions

Options for the document classifier build operation.

Hierarchy

Properties

description?: string

A textual description of the classifier (can be any text).

onProgress?: ((state: DocumentClassifierOperationState) => void)

Type declaration

resumeFrom?: string

A serialized poller state. If provided, the polling operation will be resumed from the given state instead of started as if it were a new operation.

updateIntervalInMs?: number

The amount of time to wait (in milliseconds) between subsequent requests relating to the same operation.

Generated using TypeDoc