Class AnalyzeImageByDomainInStreamOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.AnalyzeImageByDomainInStreamOptionalParameter
-
public class AnalyzeImageByDomainInStreamOptionalParameter extends Object
The AnalyzeImageByDomainInStreamOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description AnalyzeImageByDomainInStreamOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
language()
Get the language value.String
modelVersion()
Get the modelVersion value.String
thisclientacceptLanguage()
Get the thisclientacceptLanguage value.AnalyzeImageByDomainInStreamOptionalParameter
withLanguage(String language)
Set the language value.AnalyzeImageByDomainInStreamOptionalParameter
withModelVersion(String modelVersion)
Set the modelVersion value.AnalyzeImageByDomainInStreamOptionalParameter
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-
-
-
Method Detail
-
language
public String language()
Get the language value.- Returns:
- the language value
-
withLanguage
public AnalyzeImageByDomainInStreamOptionalParameter withLanguage(String language)
Set the language value.- Parameters:
language
- the language value to set- Returns:
- the AnalyzeImageByDomainInStreamOptionalParameter object itself.
-
modelVersion
public String modelVersion()
Get the modelVersion value.- Returns:
- the modelVersion value
-
withModelVersion
public AnalyzeImageByDomainInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.- Parameters:
modelVersion
- the modelVersion value to set- Returns:
- the AnalyzeImageByDomainInStreamOptionalParameter object itself.
-
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.- Returns:
- the thisclientacceptLanguage value
-
withThisclientacceptLanguage
public AnalyzeImageByDomainInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.- Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set- Returns:
- the AnalyzeImageByDomainInStreamOptionalParameter object itself.
-
-