GetFaceImage

Returns a training image associated with a face.

Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server] section of the configuration file).

Type: synchronous

Parameter Description Required
database The name of the database that contains the face. Yes
identifier The identifier of the face from which you want to retrieve an image. Yes
imagelabel The label of the image that you want to retrieve. Yes

Example

curl http://localhost:18000 -F action=getfaceimage
                            -F database=BritishPoliticians
                            -F identifier=6600dc0f9dd72d0cb55589e8f1d28b62
                            -F imagelabel=image1
                            -o ReturnedFaceImage.jpg

Response

The response contains the image data.

Media Server identifies the image type and sets the Content-Type header to the appropriate MIME type. The Content-Length header is set to the length of the image data in bytes.

If an error occurs, Media Server returns a standard XML error response.


_HP_HTML5_bannerTitle.htm