ComputerVision.ComputerVisionTagImageInStreamDefinitionStages.WithAllOptions Interface

public static interface ComputerVision.ComputerVisionTagImageInStreamDefinitionStages.WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withLanguage(String language)

The desired language for output generation.

abstract WithExecute withModelVersion(String modelVersion)

Optional parameter to specify the version of the AI model.

Method Details

withLanguage

public abstract ComputerVision.ComputerVisionTagImageInStreamDefinitionStages.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:

language

Returns:

next definition stage

withModelVersion

public abstract ComputerVision.ComputerVisionTagImageInStreamDefinitionStages.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:

modelVersion

Returns:

next definition stage

Applies to