Output Data Generated for Object Detection, Image Classification, and Text Detection Analysis Models

When you analyze images using an OCI Vision model, the Oracle Analytics data flow generates data about the images. For example, 'Object Name' is the predicted object or text identified, and 'Confidence' is the level of confidence of the prediction.

To locate the generated dataset, from the Oracle Analytics home page, navigate to Data, then Datasets.

Object Detection

Output Column Type Description

Object Name

String

Identified object name.

Confidence

Number

Confidence score of the object detection on the scale of 0 to 1.

Vertex 1, Vertex 2, Vertex 3, Vertex 4

String

Vertices (x and y coordinates) of the highlighting box of the object identified, for example, x_1 = 0.001; y_1 = 0.0013333333333333333.

Parents

String

Categorization of the identified object name.

Synonyms

String

Not used.

Status Summary

String

Brief summary of the model's output, for example, 'unsupported image type'. This column is blank on successful output.

Image File from Bucket

String

The object storage URL of the image from the bucket specified. This column is included only when Input type is Bucket.

Image Classification

Output Column Type Description

Object Name

String

Identified object name.

Confidence

Number

Confidence score of the object detection on the scale of 0 to 1.

Parents

String

Categorization of the identified object name.

Synonyms

String

Not used.

Status Summary

String

Brief summary of the model's output, for example, 'unsupported image type'. This column is blank on successful output.

Image File from Bucket

String

The object storage URL of the image from the bucket specified. This column is included only when Input type is Bucket.

Text Detection

Output Column Type Description

Line Words

String

Words detected and extracted as line.

Line Confidence

Number

Confidence score of the line of words detected on the scale of 0 to 1.

Line Vertex 1, Line Vertex 2, Line Vertex 3, Line Vertex 4

String

Vertices (x and y coordinates) of the highlighting box of the line, for example, x_1 = 0.001; y_1 = 0.0013333333333333333.

Word

String

Words detected.

Word Confidence

String

Confidence score of the words detected on the scale of 0 to 1.

Word Vertex 1, Word Vertex 2, Word Vertex 3, Word Vertex 4

String

Vertices (x and y coordinates) of the highlighting box of the words identified. For example, x_1 = 0.001; y_1 = 0.0013333333333333333.

Status Summary

String

Brief summary of the model's output, for example, 'unsupported image type'. This column is blank on successful output.

Image File from Bucket

String

The object storage URL of the image from the bucket specified. This column is included only when Input type is Bucket.