---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# ClassifierProbes - Global

# ClassifierProbes - Global {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The ClassifierProbes script include provides a classifier probe launch facility. Encapsulates an array of probe information records, initialized either from a JavaScript array or the XML serialized
version.

Use in any server-side script where you need to define a classifier probe launch facility.

## ClassifierProbes - launch() {#ariaid-title2}

Launches the next highest priority classifier from those in the list.
{#r_CLSP-launch__table_rqz_jsd_5t__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 1. Parameters]

{#r_CLSP-launch__table_rqz_jsd_5t} {#r_CLSP-launch__table_sqz_jsd_5t__entry__2}

| Type | Description |
|-|-|
| Boolean | True if a classifier is launched; otherwise, false. |
[Table 2. Returns]

{#r_CLSP-launch__table_sqz_jsd_5t}

## ClassifierProbes - launchSupplementary() {#ariaid-title3}

Launches a supplementary probe.
{#r_CLSP-launchSupplementary__table_zw4_vsd_5t__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 3. Parameters]

{#r_CLSP-launchSupplementary__table_zw4_vsd_5t} {#r_CLSP-launchSupplementary__table_ax4_vsd_5t__entry__2}

| Type | Description |
|-|-|
| void |   |
[Table 4. Returns]

{#r_CLSP-launchSupplementary__table_ax4_vsd_5t}

## ClassifierProbes - size() {#ariaid-title4}

Returns the probe length.
{#r_CLSP-size__table_rrr_btd_5t__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Table 5. Parameters]

{#r_CLSP-size__table_rrr_btd_5t} {#r_CLSP-size__table_srr_btd_5t__entry__2}

| Type | Description |
|-|-|
| Number | The probe length |
[Table 6. Returns]

{#r_CLSP-size__table_srr_btd_5t}

