ImageProcessing.ArtemBurashnikov 1.0.0


InputPath Type

Represents the input path for image processing.

Union cases

Union case Description

File string

Full Usage: File string

Parameters:
    Item : string

Specifies that the input is a single image file.

Item : string

Folder string

Full Usage: Folder string

Parameters:
    Item : string

Specifies that the input is a folder containing image files.

Item : string

NoImgFile string

Full Usage: NoImgFile string

Parameters:
    Item : string

Specifies that the input is a file, but it does not have a supported image format.

Item : string

NotFound string

Full Usage: NotFound string

Parameters:
    Item : string

Specifies that the input path was not found.

Item : string

Unspecified

Full Usage: Unspecified

Specifies that the input path was not provided.