Type alias Img2VecNeuralConfig

Img2VecNeuralConfig: {
    imageFields: string[];
}

The configuration for image vectorization using a neural network module.

See the documentation for detailed usage.

Type declaration

  • imageFields: string[]

    The image fields used when vectorizing. This is a required field and must match the property fields of the collection that are defined as DataType.BLOB.