The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Face::Client::Tag

VERSION

Version 0.04

SYNOPSIS

WebService::Face::Response::Tag wraps the data returned by the server for tags

It provides a simple OO interface to access the data

SUBROUTINES/METHODS

new ( \%params )

The constructor for the ace::Client::Response::Tag class

width ()

Getter for the 'width' attribute

height ()

Getter for the 'height' attribute

center ()

Getter for the 'center' attribute

eye_left ()

Getter for the 'eye_left' attribute

eye_right ()

Getter for the 'eye_right' attribute

mouth_left ()

Getter for the 'mouth_left' attribute

mouth_center ()

Getter for the 'mouth_center' attribute

mouth_right ()

Getter for the 'mouth_right' attribute

nose ()

Getter for the 'nose' attribute

yaw ()

Getter for the 'yaw' attribute

pitch ()

Getter for the 'pitch' attribute

roll ()

Getter for the 'roll' attribute

attributes ()

Getter for the 'attributes' data member (yep I mean attribute ;-)

gender ()

Getter for the 'gender' attribute

glasses ()

Getter for the 'glasses' attribute

smiling ()

Getter for the 'smiling' attribute

tid ()

Getter for the 'tid' attribute

mood ()

Getter for the 'mood' attribute

lips ()

Getter for the 'lips' attribute

face ()

Getter for the 'face' attribute

recognizable ()

Getter for the 'recognizable' attribute

uids ()

Getter for the 'uids' attribute

recognized ()

Return the uid of the recognized user (undef if no user recognized)

AUTHOR

Arnaud (Arhuman) ASSAD, <arhuman at gmail.com>

BUGS

Please report any bugs or feature requests to arhuman at gmail.com, or through the web interface at https://github.com/arhuman/WebService-Face/issues. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WebService::Face::Client

You can also look for information at:

More information about Face.com service :

http://developers.face.com/docs/api

ACKNOWLEDGEMENTS

Thanks to Face.com for the service they provide. Thanks to Jaguar Network for allowing me to publish my work.

LICENSE AND COPYRIGHT

Copyright 2012 Arnaud (Arhuman) ASSAD.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.