ImageProcessing.ArtemBurashnikov 1.0.0


OutputPath Type

Represents the output path for image processing.

Union cases

Union case Description

Folder string

Full Usage: Folder string

Parameters:
    Item : string

Specifies that the output should be a folder where processed images will be saved.

Item : string

NotFound string

Full Usage: NotFound string

Parameters:
    Item : string

Specifies that the output path was not found.

Item : string

Unspecified

Full Usage: Unspecified

Specifies that the output path was not provided.