ExtractionRecord
@forge/monorepo / backend/src / ExtractionRecord
Type Alias: ExtractionRecord
ExtractionRecord =
object
Defined in: backend/src/documents/index.ts:206
What the file metadata records about its derived text.
Properties
at?
readonlyoptionalat?:string
Defined in: backend/src/documents/index.ts:214
blockCount?
readonlyoptionalblockCount?:number
Defined in: backend/src/documents/index.ts:212
failure?
readonlyoptionalfailure?:ExtractionFailure
Defined in: backend/src/documents/index.ts:210
pageCount?
readonlyoptionalpageCount?:number
Defined in: backend/src/documents/index.ts:211
ref?
readonlyoptionalref?:BlobRef
Defined in: backend/src/documents/index.ts:209
Where the ExtractedDocument lives. BlobStore holds JSON, which is exactly what this is.
state
readonlystate:ExtractionState
Defined in: backend/src/documents/index.ts:207
truncated?
readonlyoptionaltruncated?:boolean
Defined in: backend/src/documents/index.ts:213