Class AnalyzeImageOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.vision.computervision.models.AnalyzeImageOptionalParameter
-
public class AnalyzeImageOptionalParameter extends Object
The AnalyzeImageOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description AnalyzeImageOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescriptionExclude>
descriptionExclude()
Get the descriptionExclude value.List<Details>
details()
Get the details value.String
language()
Get the language value.String
modelVersion()
Get the modelVersion value.String
thisclientacceptLanguage()
Get the thisclientacceptLanguage value.List<VisualFeatureTypes>
visualFeatures()
Get the visualFeatures value.AnalyzeImageOptionalParameter
withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.AnalyzeImageOptionalParameter
withDetails(List<Details> details)
Set the details value.AnalyzeImageOptionalParameter
withLanguage(String language)
Set the language value.AnalyzeImageOptionalParameter
withModelVersion(String modelVersion)
Set the modelVersion value.AnalyzeImageOptionalParameter
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.AnalyzeImageOptionalParameter
withVisualFeatures(List<VisualFeatureTypes> visualFeatures)
Set the visualFeatures value.
-
-
-
Method Detail
-
visualFeatures
public List<VisualFeatureTypes> visualFeatures()
Get the visualFeatures value.- Returns:
- the visualFeatures value
-
withVisualFeatures
public AnalyzeImageOptionalParameter withVisualFeatures(List<VisualFeatureTypes> visualFeatures)
Set the visualFeatures value.- Parameters:
visualFeatures
- the visualFeatures value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
withDetails
public AnalyzeImageOptionalParameter withDetails(List<Details> details)
Set the details value.- Parameters:
details
- the details value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
language
public String language()
Get the language value.- Returns:
- the language value
-
withLanguage
public AnalyzeImageOptionalParameter withLanguage(String language)
Set the language value.- Parameters:
language
- the language value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
descriptionExclude
public List<DescriptionExclude> descriptionExclude()
Get the descriptionExclude value.- Returns:
- the descriptionExclude value
-
withDescriptionExclude
public AnalyzeImageOptionalParameter withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.- Parameters:
descriptionExclude
- the descriptionExclude value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
modelVersion
public String modelVersion()
Get the modelVersion value.- Returns:
- the modelVersion value
-
withModelVersion
public AnalyzeImageOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.- Parameters:
modelVersion
- the modelVersion value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.- Returns:
- the thisclientacceptLanguage value
-
withThisclientacceptLanguage
public AnalyzeImageOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.- Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set- Returns:
- the AnalyzeImageOptionalParameter object itself.
-
-