AnalyzeImageByDomainInStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. AnalyzeImageByDomainInStreamOptionalParameter
- com.
public class AnalyzeImageByDomainInStreamOptionalParameter
The AnalyzeImageByDomainInStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
language()
Get the language value. |
String |
modelVersion()
Get the modelVersion value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Analyze |
withLanguage(String language)
Set the language value. |
Analyze |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Analyze |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
language
public String language()
Get the language value.
Returns:
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withLanguage
public AnalyzeImageByDomainInStreamOptionalParameter withLanguage(String language)
Set the language value.
Parameters:
Returns:
withModelVersion
public AnalyzeImageByDomainInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withThisclientacceptLanguage
public AnalyzeImageByDomainInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns: