EvaluateFileInputOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. EvaluateFileInputOptionalParameter
- com.
public class EvaluateFileInputOptionalParameter
The EvaluateFileInputOptionalParameter 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 EvaluateFileInputOptionalParameter withCacheImage(Boolean cacheImage)
Set the cacheImage value.
Parameters:
cacheImage
- the cacheImage value to set
Returns:
the EvaluateFileInputOptionalParameter object itself.
withThisclientacceptLanguage
public EvaluateFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set
Returns:
the EvaluateFileInputOptionalParameter object itself.