AnalyzeImageOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. AnalyzeImageOptionalParameter
- com.
public class AnalyzeImageOptionalParameter
The AnalyzeImageOptionalParameter model.
Method Summary
Method Details
descriptionExclude
public List
Get the descriptionExclude value.
Returns:
details
public List
Get the details value.
Returns:
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:
visualFeatures
public List
Get the visualFeatures value.
Returns:
withDescriptionExclude
public AnalyzeImageOptionalParameter withDescriptionExclude(List
Set the descriptionExclude value.
Parameters:
Returns:
withDetails
public AnalyzeImageOptionalParameter withDetails(List
Set the details value.
Parameters:
Returns:
withLanguage
public AnalyzeImageOptionalParameter withLanguage(String language)
Set the language value.
Parameters:
Returns:
withModelVersion
public AnalyzeImageOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withThisclientacceptLanguage
public AnalyzeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withVisualFeatures
public AnalyzeImageOptionalParameter withVisualFeatures(List
Set the visualFeatures value.
Parameters:
Returns: