Skip to content

Commit 72c4d65

Browse files
authored
Update computer_vision_samples.py
1 parent 4b5a63c commit 72c4d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/vision/computer_vision_samples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def image_analysis_in_stream(subscription_key):
1313
"""ImageAnalysisInStream.
1414
15-
This will analysis an image from a stream and return all available features.
15+
This will analyze an image from a stream and return all available features.
1616
"""
1717
client = ComputerVisionAPI(COMPUTERVISION_LOCATION, CognitiveServicesCredentials(subscription_key))
1818

@@ -90,4 +90,4 @@ def recognize_printed_text_in_stream(subscription_key):
9090
import sys, os.path
9191
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
9292
from tools import execute_samples
93-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
93+
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)

0 commit comments

Comments
 (0)