mindee
    Preparing search index...

    Class ObjectField

    Hierarchy

    • BaseField
      • ObjectField
    Index

    Constructors

    Properties

    _indentLevel: number
    confidence: v2.parsing.field.FieldConfidence | undefined
    locations: FieldLocation[] | undefined

    Accessors

    Methods

    • Retrieves a ListField by its name if it exists and is of the correct type.

      Parameters

      • fieldName: string

        The name of the field to retrieve.

      Returns ListField

      The ListField instance if it exists and is valid, or undefined if not.

      If the field does not exist or is not of type ListField.

    • Retrieves an ObjectField by its name if it exists and is of the correct type.

      Parameters

      • fieldName: string

        The name of the field to retrieve.

      Returns ObjectField

      The ObjectField instance if it exists and is valid, or undefined if not.

      If the field does not exist or is not of type ObjectField.

    • Retrieves a SimpleField by its name if it exists and is of the correct type.

      Parameters

      • fieldName: string

        The name of the field to retrieve.

      Returns SimpleField

      The SimpleField instance if it exists and is valid, or undefined if not.

      If the field does not exist or is not of type SimpleField.