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