We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d248c commit cdece35Copy full SHA for cdece35
dlp/dlp_inspect_image_file.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
import sys
15
16
-# [START dlp_inspect_text_file]
+# [START dlp_inspect_image_file]
17
# Import the Google Cloud Data Loss Prevention library
18
import google.cloud.dlp
19
@@ -53,7 +53,7 @@ def inspect_image_file(
53
print('Likelihood: {}'.format(finding.likelihood))
54
else:
55
print('No findings.')
56
-# [END dlp_inspect_text_file]
+# [END dlp_inspect_image_file]
57
58
59
if __name__ == '__main__':
0 commit comments