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:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withCacheImage
public FindFacesFileInputOptionalParameter withCacheImage(Boolean cacheImage)
Set the cacheImage value.
Parameters:
Returns:
withThisclientacceptLanguage
public FindFacesFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java