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

{"textPredictions":[{"confidence":0.9,"text":"string","textRegion":{"xMin":0.5,"xMax":0.9,"yMin":0.5,"yMax":0.9}}],"assetTagPredictions":[{"confidence":0.9,"assetRef":{"id":1233},"text":"string","textRegion":{"xMin":0.5,"xMax":0.9,"yMin":0.5,"yMax":0.9}}],"peoplePredictions":[{"label":"person","confidence":0.8,"boundingBox":{"xMin":0.5,"xMax":0.9,"yMin":0.5,"yMax":0.9}}]}
interface VisionExtractPredictions {
    assetTagPredictions?: AnnotationsTypesImagesAssetLink[];
    dialGaugePredictions?: {
        keypointCollection?: AnnotationsKeypointCollection;
        objectDetection?: AnnotationsObjectDetection;
    }[];
    digitalGaugePredictions?: AnnotationsObjectDetection[];
    industrialObjectPredictions?: AnnotationsObjectDetection[];
    levelGaugePredictions?: {
        keypointCollection?: AnnotationsKeypointCollection;
        objectDetection?: AnnotationsObjectDetection;
    }[];
    peoplePredictions?: AnnotationsObjectDetection[];
    personalProtectiveEquipmentPredictions?: AnnotationsObjectDetection[];
    textPredictions?: AnnotationsTextRegion[];
    valvePredictions?: {
        keypointCollection?: AnnotationsKeypointCollection;
        objectDetection?: AnnotationsObjectDetection;
    }[];
}

Properties

assetTagPredictions?: AnnotationsTypesImagesAssetLink[]
dialGaugePredictions?: {
    keypointCollection?: AnnotationsKeypointCollection;
    objectDetection?: AnnotationsObjectDetection;
}[]

In beta. Available only when the cdf-version: beta header is provided.

digitalGaugePredictions?: AnnotationsObjectDetection[]

In beta. Available only when the cdf-version: beta header is provided.

industrialObjectPredictions?: AnnotationsObjectDetection[]

In beta. Available only when the cdf-version: beta header is provided.

levelGaugePredictions?: {
    keypointCollection?: AnnotationsKeypointCollection;
    objectDetection?: AnnotationsObjectDetection;
}[]

In beta. Available only when the cdf-version: beta header is provided.

peoplePredictions?: AnnotationsObjectDetection[]
personalProtectiveEquipmentPredictions?: AnnotationsObjectDetection[]

In beta. Available only when the cdf-version: beta header is provided.

textPredictions?: AnnotationsTextRegion[]
valvePredictions?: {
    keypointCollection?: AnnotationsKeypointCollection;
    objectDetection?: AnnotationsObjectDetection;
}[]

In beta. Available only when the cdf-version: beta header is provided.