ComputerVision.ComputerVisionAnalyzeImageByDomainInStreamDefinitionStages.WithAllOptions Interface
public interface WithAllOptions
The stage of the definition which allows for any other optional settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
ComputerVisionAnalyzeImageByDomainInStreamDefinitionStages.WithExecute |
withLanguage(String language)
The desired language for output generation. If this parameter is not specified, the default value is "en".Supported languages:en - English, Default. es - Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese. Possible values include: 'en', 'es', 'ja', 'pt', 'zh'. |
ComputerVisionAnalyzeImageByDomainInStreamDefinitionStages.WithExecute |
withModelVersion(String modelVersion)
Optional parameter to specify the version of the AI model. Accepted values are: "latest", "2021-04-01". Defaults to "latest". |
Method Details
withLanguage
public ComputerVisionAnalyzeImageByDomainInStreamDefinitionStages.WithExecute withLanguage(String language)
The desired language for output generation. If this parameter is not specified, the default value is "en".Supported languages:en - English, Default. es - Spanish, ja - Japanese, pt - Portuguese, zh - Simplified Chinese. Possible values include: 'en', 'es', 'ja', 'pt', 'zh'.
Parameters:
Returns:
withModelVersion
public ComputerVisionAnalyzeImageByDomainInStreamDefinitionStages.WithExecute withModelVersion(String modelVersion)
Optional parameter to specify the version of the AI model. Accepted values are: "latest", "2021-04-01". Defaults to "latest".
Parameters:
Returns:
Applies to
Azure SDK for Java