Skip to main content

Interface: BulkScanResult

Defined in: src/airs/types.ts:80

A normalized async result with its stable input position and AIRS request ID.

Extends

Properties

action

action: BulkScanAction

Defined in: src/airs/types.ts:83


category

category: string

Defined in: src/airs/types.ts:51

Inherited from

RuntimeScanResult.category


detections

detections: Record<string, boolean>

Defined in: src/airs/types.ts:53

Inherited from

RuntimeScanResult.detections


error?

optional error?: string

Defined in: src/airs/types.ts:54

Inherited from

RuntimeScanResult.error


index

index: number

Defined in: src/airs/types.ts:81


prompt

prompt: string

Defined in: src/airs/types.ts:46

Inherited from

RuntimeScanResult.prompt


reportId

reportId: string

Defined in: src/airs/types.ts:49

Inherited from

RuntimeScanResult.reportId


reqId

reqId: number

Defined in: src/airs/types.ts:82


response?

optional response?: string

Defined in: src/airs/types.ts:47

Inherited from

RuntimeScanResult.response


scanId

scanId: string

Defined in: src/airs/types.ts:48

Inherited from

RuntimeScanResult.scanId


triggered

triggered: boolean

Defined in: src/airs/types.ts:52

Inherited from

RuntimeScanResult.triggered