We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d5802c + 844d8b9 commit 73c63a1Copy full SHA for 73c63a1
1 file changed
examples/natural_language_understanding_v1.py
@@ -12,6 +12,6 @@
12
response = natural_language_understanding.analyze(
13
text='Bruce Banner is the Hulk and Bruce Wayne is BATMAN! '
14
'Superman fears not Banner, but Wayne.',
15
- features=[features.Entities(), features.Keywords()])
+ features=[Features.Entities(), Features.Keywords()])
16
17
print(json.dumps(response, indent=2))
0 commit comments