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