← VanceAI Add-On Übersicht
This is the actual step just uploads the images which should be processed. After uploading, you will get the response content with an uid which is then later consumed by the transformation steps.
Currently, the supported file formats are <code>JPG</code> and <code>PNG</code>.
The file size can not be larger than 10MB and the max resolution is 34 Megapixels (short for MP).
For example, if the dimension of your image is 7680x4320, then the resolution is 33 MP (33,177,600 pixels), which is less than 34 MP.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
account | ACCOUNT | | Ja | |
images | FILELIST | The images to upload to VanceAI. | Ja | |
limit | STRING | | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
result | SPREADSHEET | | Ja | |
| Folgende Felder sind im Output enthalten
:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | filename | SINGLE | | Nein | | code | SINGLE | | Nein | | code_msg | SINGLE | | Nein | | uid | SINGLE | | Nein | | name | SINGLE | | Nein | | thumbnail | SINGLE | | Nein | | w | SINGLE | | Nein | | h | SINGLE | | Nein | | filesize | SINGLE | | Nein | | |
failed | SPREADSHEET | | Ja | |
| Folgende Felder sind im Output enthalten
:
Feld | Datentyp | Beschreibung | Pflichtfeld | Standardwert | filename | SINGLE | | Nein | | code | SINGLE | | Nein | | code_msg | SINGLE | | Nein | | uid | SINGLE | | Nein | | name | SINGLE | | Nein | | thumbnail | SINGLE | | Nein | | w | SINGLE | | Nein | | h | SINGLE | | Nein | | filesize | SINGLE | | Nein | | |