mindee
    Preparing search index...

    Class ObjectField

    Object-valued inference field.

    Hierarchy

    • BaseField
      • ObjectField
    Index
    _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.

    • 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 field instance if it exists and is valid, or undefined if not.

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

    • 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 field instance if it exists and is valid, or undefined if not.

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

    • 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 field instance if it exists and is valid, or undefined if not.

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