Logo
Type aliases

PageFigureMetadata

PageFigureMetadata = object

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

Properties

figure_name

figure_name: string

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

The name of the figure


file_id

file_id: string

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

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:3881

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:3885

The size of the figure in bytes


is_likely_noise?

optional is_likely_noise: boolean

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

Whether the figure is likely to be noise


confidence

confidence: number

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

The confidence of the figure

On this page