DescribeImageInStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. DescribeImageInStreamOptionalParameter
- com.
public class DescribeImageInStreamOptionalParameter
The DescribeImageInStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Description |
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. |
Describe |
withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value. |
Describe |
withLanguage(String language)
Set the language value. |
Describe |
withMaxCandidates(Integer maxCandidates)
Set the maxCandidates value. |
Describe |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Describe |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
descriptionExclude
public List
Get the descriptionExclude value.
Returns:
language
public String language()
Get the language value.
Returns:
maxCandidates
public Integer maxCandidates()
Get the maxCandidates value.
Returns:
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withDescriptionExclude
public DescribeImageInStreamOptionalParameter withDescriptionExclude(List
Set the descriptionExclude value.
Parameters:
Returns:
withLanguage
public DescribeImageInStreamOptionalParameter withLanguage(String language)
Set the language value.
Parameters:
Returns:
withMaxCandidates
public DescribeImageInStreamOptionalParameter withMaxCandidates(Integer maxCandidates)
Set the maxCandidates value.
Parameters:
Returns:
withModelVersion
public DescribeImageInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withThisclientacceptLanguage
public DescribeImageInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns: