# EnhancedGrayscaleImageUnit

The `EnhancedGrayscaleImageUnit` interface extends the `IntermediateResultUnit` interface and represents an enhanced grayscale image unit.

```typescript
interface EnhancedGrayscaleImageUnit extends IntermediateResultUnit {
    imageData: DSImageData;
}
```

## imageData

The image data for the enhanced grayscale image.
