EvaluateMethodOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. EvaluateMethodOptionalParameter
- com.
public class EvaluateMethodOptionalParameter
The EvaluateMethodOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
cacheImage()
Get the cacheImage value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Evaluate |
withCacheImage(Boolean cacheImage)
Set the cacheImage value. |
Evaluate |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
cacheImage
public Boolean cacheImage()
Get the cacheImage value.
Returns:
the cacheImage value
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
the thisclientacceptLanguage value
withCacheImage
public EvaluateMethodOptionalParameter withCacheImage(Boolean cacheImage)
Set the cacheImage value.
Parameters:
cacheImage
- the cacheImage value to set
Returns:
the EvaluateMethodOptionalParameter object itself.
withThisclientacceptLanguage
public EvaluateMethodOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set
Returns:
the EvaluateMethodOptionalParameter object itself.