FindFacesFileInputOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. FindFacesFileInputOptionalParameter
- com.
public class FindFacesFileInputOptionalParameter
El modelo FindFacesFileInputOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Boolean |
cacheImage()
Obtenga el valor cacheImage. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Find |
withCacheImage(Boolean cacheImage)
Establezca el valor cacheImage. |
Find |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Detalles del método
cacheImage
public Boolean cacheImage()
Obtenga el valor cacheImage.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
withCacheImage
public FindFacesFileInputOptionalParameter withCacheImage(Boolean cacheImage)
Establezca el valor cacheImage.
Parameters:
Returns:
withThisclientacceptLanguage
public FindFacesFileInputOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
Se aplica a
Azure SDK for Java