mindee
    Preparing search index...

    Class ObjectField

    Object-valued inference field.

    Hierarchy

    • BaseField
      • ObjectField
    Index

    Constructors

    Properties

    _indentLevel: number

    Indentation level used when rendering field text output.

    confidence: v2.parsing.field.FieldConfidence | undefined

    Confidence level associated with this field.

    Nested fields carried by this object.

    locations: FieldLocation[] | undefined

    Optional list of source locations for this field.

    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.