Skip to content
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
Generated from b35c48945774ac7be9bf0fa05e19c0890141bb3d
Add Spanish as an option as ServiceLanguage for ComputerVision.
  • Loading branch information
AutorestCI committed Jun 12, 2018
commit 32d7ba8164cd437458ff96a0fa3f19bf42d8a8b5
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