ImageType interface
An object providing possible image types and matching confidence levels.
Properties
clip |
Confidence level that the image is a clip art. |
line |
Confidence level that the image is a line drawing. |
Property Details
clipArtType
Confidence level that the image is a clip art.
clipArtType?: number
Property Value
number
lineDrawingType
Confidence level that the image is a line drawing.
lineDrawingType?: number
Property Value
number