Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR cognitiveservices/data-plane/ComputerVision] Add Spanish as an option as ServiceLanguage for ComputerVision #2731

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ def analyze_image(
~azure.cognitiveservices.vision.computervision.models.Details]
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -412,9 +412,9 @@ def describe_image(
:type max_candidates: str
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -488,9 +488,9 @@ def tag_image(
:type url: str
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -564,9 +564,9 @@ def analyze_image_by_domain(
:type url: str
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -771,9 +771,9 @@ def analyze_image_in_stream(
:type details: str
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -1018,9 +1018,9 @@ def describe_image_in_stream(
:type max_candidates: str
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -1097,9 +1097,9 @@ def tag_image_in_stream(
:type image: Generator
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down Expand Up @@ -1176,9 +1176,9 @@ def analyze_image_by_domain_in_stream(
:type image: Generator
:param language: The desired language for output generation. If this
parameter is not specified, the default value is
"en".Supported languages:en - English, Default.ja - Japanese
pt - Portuguese zh - Simplified Chinese. Possible values include:
'en', 'ja', 'pt', 'zh'
"en".Supported languages:en - English, Default. es -
Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese.
Possible values include: 'en', 'es', 'ja', 'pt', 'zh'
:type language: str
:param dict custom_headers: headers that will be added to the request
:param bool raw: returns the direct response alongside the
Expand Down