GenerateThumbnailInStreamOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. GenerateThumbnailInStreamOptionalParameter
- com.
public class GenerateThumbnailInStreamOptionalParameter
The GenerateThumbnailInStreamOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
modelVersion()
Get the modelVersion value. |
Boolean |
smartCropping()
Get the smartCropping value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Generate |
withModelVersion(String modelVersion)
Set the modelVersion value. |
Generate |
withSmartCropping(Boolean smartCropping)
Set the smartCropping value. |
Generate |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
modelVersion
public String modelVersion()
Get the modelVersion value.
Returns:
smartCropping
public Boolean smartCropping()
Get the smartCropping value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withModelVersion
public GenerateThumbnailInStreamOptionalParameter withModelVersion(String modelVersion)
Set the modelVersion value.
Parameters:
Returns:
withSmartCropping
public GenerateThumbnailInStreamOptionalParameter withSmartCropping(Boolean smartCropping)
Set the smartCropping value.
Parameters:
Returns:
withThisclientacceptLanguage
public GenerateThumbnailInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java