Skip to content

Commit

Permalink
Generated from b35c48945774ac7be9bf0fa05e19c0890141bb3d (#2731)
Browse files Browse the repository at this point in the history
Add Spanish as an option as ServiceLanguage for ComputerVision.
  • Loading branch information
AutorestCI committed Jun 21, 2018
1 parent 62c4025 commit 49ab98b
Showing 1 changed file with 24 additions and 24 deletions.
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

0 comments on commit 49ab98b

Please sign in to comment.