Nutrient Web SDK
    Preparing search index...

    Type Alias BuildInput

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

    type BuildInput = {
        content: ArrayBuffer | Blob;
        name: string;
    }
    Index

    Properties

    Properties

    content: ArrayBuffer | Blob

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

    name: string

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