Interface: BuildInput

NutrientViewer.BuildInput

Represents a processing input referenced by NutrientViewer.BuildInstructions that needs to be uploaded with the processing request.

Properties:
Name Type Description
name string

Name of the input, used to reference the input in NutrientViewer.BuildInstructions

content ArrayBuffer | Blob

Content of the input that will be uploaded to the backend for processing.