interface IIpExtractionResult {
    confidence: number;
    ip: string;
}

Properties

Properties

confidence: number

confidence of the ip extraction between 0 and 10

ip: string

Generated using TypeDoc