FindFacesFileInputOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. FindFacesFileInputOptionalParameter
- com.
public class FindFacesFileInputOptionalParameter
The FindFacesFileInputOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
cacheImage()
Get the cacheImage value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Find |
withCacheImage(Boolean cacheImage)
Set the cacheImage value. |
Find |
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 FindFacesFileInputOptionalParameter withCacheImage(Boolean cacheImage)
Set the cacheImage value.
Parameters:
cacheImage
- the cacheImage value to set
Returns:
the FindFacesFileInputOptionalParameter object itself.
withThisclientacceptLanguage
public FindFacesFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set
Returns:
the FindFacesFileInputOptionalParameter object itself.