interface IPageInfoResponse {
    entryId?: number;
    hasImage?: boolean;
    hasText?: boolean;
    hasThumbnail?: boolean;
    hasWordLocations?: boolean;
    imageDataSize?: number;
    imageDepth?: number;
    imageHeight?: number;
    imageRotationAngle?: number;
    imageWidth?: number;
    imageXResolution?: number;
    imageYResolution?: number;
    locationsDataSize?: number;
    pageId?: number;
    pageNumber?: number;
    textDataSize?: number;
    thumbnailDataSize?: number;
}

Implemented by

Properties

entryId?: number
hasImage?: boolean
hasText?: boolean
hasThumbnail?: boolean
hasWordLocations?: boolean
imageDataSize?: number
imageDepth?: number
imageHeight?: number
imageRotationAngle?: number
imageWidth?: number
imageXResolution?: number
imageYResolution?: number
locationsDataSize?: number
pageId?: number
pageNumber?: number
textDataSize?: number
thumbnailDataSize?: number