ImageVectorizer constructor

init

Initializes a new instance of the ImageVectorizer class.

def __init__(self):
    ...

init

Initializes a new instance of the ImageVectorizer class.

def __init__(self, configuration):
    ...
ParameterTypeDescription
configurationImageVectorizerConfigurationThe configuration.

See Also