Saxonberg Server API
    Preparing search index...

    Interface ProfileNameSurface

    The proper-name surface (recognition-gated).

    interface ProfileNameSurface {
        alternates?: string[];
        honorific?: string;
        name: string;
        suffix?: string;
        surname?: string;
    }
    Index

    Properties

    alternates?: string[]
    honorific?: string
    name: string
    suffix?: string
    surname?: string