\r\n

51Degrees Device Detection On-Premise PHP  4.4

Device detection services for 51Degrees Pipeline

fiftyone\pipeline\devicedetection\Constants Class Reference

Detailed Description

Constants which may be reused by the API.

Data Fields

const  MATCHED_NODES_DESCRIPTION
const  DIFFERENCE_DESCRIPTION
const  DRIFT_DESCRIPTION
const  DEVICE_ID_DESCRIPTION
const  USER_AGENTS_DESCRIPTION
const  ITERATIONS_DESCRIPTION const  METHOD_DESCRIPTION

Field Documentation

◆ DEVICE_ID_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::DEVICE_ID_DESCRIPTION
Initial value:
=
'Consists of four components separated by a hyphen symbol: ' .
'Hardware-Platform-Browser-IsCrawler where each Component represents ' .
'an ID of the corresponding Profile.'

◆ DIFFERENCE_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::DIFFERENCE_DESCRIPTION
Initial value:
=
'Used when detection method is not Exact or None. This is an integer ' .
'value and the larger the value the less confident the detector is ' .
'in this result.'

◆ DRIFT_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::DRIFT_DESCRIPTION
Initial value:
=
'Total difference in character positions where the substrings hashes ' .
'were found away from where they were expected.'

◆ ITERATIONS_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::ITERATIONS_DESCRIPTION
Initial value:
=
'The number of iterations carried out in order to find a match. This ' .
'is the number of nodes in the graph which have been visited.'

◆ MATCHED_NODES_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::MATCHED_NODES_DESCRIPTION
Initial value:
=
'Indicates the number of hash nodes matched within the evidence.'

◆ METHOD_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::METHOD_DESCRIPTION
Initial value:
=
'Provides information about the algorithm that was used to perform ' .
'detection for a particular User-Agent.'

◆ USER_AGENTS_DESCRIPTION

const fiftyone\pipeline\devicedetection\Constants::USER_AGENTS_DESCRIPTION
Initial value:
=
'The matched User-Agents.'
On This Page