# TextureRemovedBinaryImageUnit

The `TextureRemovedBinaryImageUnit` interface extends the `IntermediateResultUnit` interface and represents a texture-removed binary image unit.

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

## imageData

The image data for the texture-removed binary image.
