We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4140124 commit 66cb9c0Copy full SHA for 66cb9c0
1 file changed
src/test/java/com/skyflow/VaultClientTests.java
@@ -436,7 +436,7 @@ public void testDeidentifyFileRequestBuilderAndGetters() {
436
TokenFormat tokenFormat = TokenFormat.builder().vaultToken(Collections.singletonList(entity)).build();
437
Boolean outputProcessedImage = true;
438
Boolean outputOcrText = true;
439
- MaskingMethod maskingMethod = MaskingMethod.BLACKOUT;
+ MaskingMethod maskingMethod = MaskingMethod.BLACKBOX;
440
Double pixelDensity = 300.0;
441
Double maxResolution = 1024.0;
442
Boolean outputProcessedAudio = false;
0 commit comments