<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@xg-wang/openai-js](./openai-js.md) &gt; [ClassificationSelectedExample](./openai-js.classificationselectedexample.md)

## ClassificationSelectedExample interface

<b>Signature:</b>

```typescript
export interface ClassificationSelectedExample
```

## Properties

| Property                                                          | Type   | Description |
| ----------------------------------------------------------------- | ------ | ----------- |
| [document](./openai-js.classificationselectedexample.document.md) | number |             |
| [label](./openai-js.classificationselectedexample.label.md)       | string |             |
| [text](./openai-js.classificationselectedexample.text.md)         | string |             |
