Logo
Type aliases

PageFigureMetadata

PageFigureMetadata = object

Defined in: packages/cloud/src/client/types.gen.ts:5230

Properties

figure_name

figure_name: string

Defined in: packages/cloud/src/client/types.gen.ts:5234

The name of the figure


file_id

file_id: string

Defined in: packages/cloud/src/client/types.gen.ts:5238

The ID of the file that the figure was taken from


page_index

page_index: number

Defined in: packages/cloud/src/client/types.gen.ts:5242

The index of the page for which the figure is taken (0-indexed)


figure_size

figure_size: number

Defined in: packages/cloud/src/client/types.gen.ts:5246

The size of the figure in bytes


is_likely_noise?

optional is_likely_noise: boolean

Defined in: packages/cloud/src/client/types.gen.ts:5250

Whether the figure is likely to be noise


confidence

confidence: number

Defined in: packages/cloud/src/client/types.gen.ts:5254

The confidence of the figure


metadata?

optional metadata: {[key: string]: unknown; } | null

Defined in: packages/cloud/src/client/types.gen.ts:5258

Metadata for the figure