GenerateThumbnailInStreamOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. computervision. models. GenerateThumbnailInStreamOptionalParameter
- com.
public class GenerateThumbnailInStreamOptionalParameter
El modelo GenerateThumbnailInStreamOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
modelVersion()
Obtiene el valor modelVersion. |
Boolean |
smartCropping()
Obtenga el valor smartCropping. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Generate |
withModelVersion(String modelVersion)
Establezca el valor modelVersion. |
Generate |
withSmartCropping(Boolean smartCropping)
Establezca el valor smartCropping. |
Generate |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Detalles del método
modelVersion
public String modelVersion()
Obtiene el valor modelVersion.
Returns:
smartCropping
public Boolean smartCropping()
Obtenga el valor smartCropping.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
withModelVersion
public GenerateThumbnailInStreamOptionalParameter withModelVersion(String modelVersion)
Establezca el valor modelVersion.
Parameters:
Returns:
withSmartCropping
public GenerateThumbnailInStreamOptionalParameter withSmartCropping(Boolean smartCropping)
Establezca el valor smartCropping.
Parameters:
Returns:
withThisclientacceptLanguage
public GenerateThumbnailInStreamOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
Se aplica a
Azure SDK for Java