mindee
    Preparing search index...

    Class DataSchemaField

    Index

    Constructors

    Properties

    classificationValues?: string[]

    Allowed values when type is classification. Leave empty for other types.

    description?: string

    Detailed description of what this field represents.

    guidelines?: string

    Optional extraction guidelines.

    isArray: boolean

    Whether this field can contain multiple values.

    name: string

    Name of the field in the data schema.

    nestedFields?: StringDict

    Subfields when type is nested_object. Leave empty for other types.

    title: string

    Display name for the field, also impacts inference results.

    type: string

    Data type of the field.

    uniqueValues?: boolean

    Whether to remove duplicate values in the array. Only applicable if is_array is True.

    Methods