public interface RedactImageResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExtractedText()
If an image was being inspected and the InspectConfig's include_quote was
set to true, then this field will include all text, if any, that was found
in the image.
|
com.google.protobuf.ByteString |
getExtractedTextBytes()
If an image was being inspected and the InspectConfig's include_quote was
set to true, then this field will include all text, if any, that was found
in the image.
|
InspectResult |
getInspectResult()
The findings.
|
InspectResultOrBuilder |
getInspectResultOrBuilder()
The findings.
|
com.google.protobuf.ByteString |
getRedactedImage()
The redacted image.
|
boolean |
hasInspectResult()
The findings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getRedactedImage()
The redacted image. The type will be the same as the original image.
bytes redacted_image = 1;String getExtractedText()
If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
string extracted_text = 2;com.google.protobuf.ByteString getExtractedTextBytes()
If an image was being inspected and the InspectConfig's include_quote was set to true, then this field will include all text, if any, that was found in the image.
string extracted_text = 2;boolean hasInspectResult()
The findings. Populated when include_findings in the request is true.
.google.privacy.dlp.v2.InspectResult inspect_result = 3;InspectResult getInspectResult()
The findings. Populated when include_findings in the request is true.
.google.privacy.dlp.v2.InspectResult inspect_result = 3;InspectResultOrBuilder getInspectResultOrBuilder()
The findings. Populated when include_findings in the request is true.
.google.privacy.dlp.v2.InspectResult inspect_result = 3;Copyright © 2022 Google LLC. All rights reserved.