[**refuel-sdk**](../../README.md)

***

[refuel-sdk](../../modules.md) / [types](../README.md) / ApplicationLabelOptions

# Interface: ApplicationLabelOptions

Options for an application request

## Properties

### async?

> `optional` **async**: `boolean`

Process labels asynchronously

#### Defined in

[src/types.ts:183](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L183)

***

### explain?

> `optional` **explain**: `boolean`

Include an explanation of the labeling decision in the response

#### Defined in

[src/types.ts:180](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L180)

***

### modelId?

> `optional` **modelId**: `string`

Model to use

#### Defined in

[src/types.ts:186](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L186)

***

### redactPII?

> `optional` **redactPII**: `boolean`

Redact personally identifiable information

#### Defined in

[src/types.ts:189](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L189)
