We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5a63c commit 72c4d65Copy full SHA for 72c4d65
samples/vision/computer_vision_samples.py
@@ -12,7 +12,7 @@
12
def image_analysis_in_stream(subscription_key):
13
"""ImageAnalysisInStream.
14
15
- This will analysis an image from a stream and return all available features.
+ This will analyze an image from a stream and return all available features.
16
"""
17
client = ComputerVisionAPI(COMPUTERVISION_LOCATION, CognitiveServicesCredentials(subscription_key))
18
@@ -90,4 +90,4 @@ def recognize_printed_text_in_stream(subscription_key):
90
import sys, os.path
91
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
92
from tools import execute_samples
93
- execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
+ execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
0 commit comments