You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/azure/cognitiveservices/vision/computervision/_computer_vision_client.py
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/azure/cognitiveservices/vision/computervision/_configuration.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ def __init__(
33
33
raiseValueError("Parameter 'endpoint' must not be None.")
34
34
ifcredentialsisNone:
35
35
raiseValueError("Parameter 'credentials' must not be None.")
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/azure/cognitiveservices/vision/computervision/operations/_computer_vision_client_operations.py
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -726,14 +726,14 @@ def read(
726
726
727
727
:param url: Publicly reachable URL of an image.
728
728
:type url: str
729
-
:param language: The BCP-47 language code of the text to be detected
730
-
in the image. In future versions, when language parameter is not
731
-
passed, language detection will be used to determine the language.
732
-
However, in the current version, missing language parameter will cause
733
-
English to be used. To ensure that your document is always parsed in
734
-
English without the use of language detection in the future, pass “en”
735
-
in the language parameter. Possible values include: 'en', 'es', 'fr',
736
-
'de', 'it', 'nl', 'pt'
729
+
:param language: The BCP-47 language code of the text in the document.
730
+
Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German
731
+
(‘de’), Italian (‘it’), Portuguese (‘pt), and Spanish ('es') are
732
+
supported. Read supports auto language identification and
733
+
multi-language documents, so only provide a language code if you would
734
+
like to force the documented to be processed as that specific
735
+
language. Possible values include: 'en', 'es', 'fr', 'de', 'it', 'nl',
Copy file name to clipboardExpand all lines: sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/azure/cognitiveservices/vision/computervision/version.py
0 commit comments