Hi @sanketd27011989,
I think, you can’t directly extend or override com.adobe.cq.assetcompute.impl.assetprocessor.AssetDuplicationDetector in AEM as a Cloud Service, because:
It’s an internal OSGi implementation class managed by Adobe inside the Asset Compute pipeline.
In AEMaaCS, you don’t have c...