interface VisionExtractItem {
    fileExternalId?: string;
    fileId: number;
    predictions: VisionExtractPredictions;
}

Properties

fileExternalId?: string

The external ID of a file in CDF.

fileId: number

The ID of a file in CDF.

Detected features in images. New fields may appear in case new feature extractors are add.