# TextureRemovedGrayscaleImageUnit

The `TextureRemovedGrayscaleImageUnit` interface extends the `IntermediateResultUnit` interface and represents a texture-removed grayscale image unit.

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

## imageData

The image data for the texture-removed grayscale image.
