NAME
Net::API::Telegram::MaskPosition - The position on faces where a mask should be placed by default
SYNOPSIS
my $msg = Net::API::Telegram::MaskPosition->new( %data ) ||
die( Net::API::Telegram::MaskPosition->error, "\n" );
DESCRIPTION
Net::API::Telegram::MaskPosition is a Telegram Message Object as defined here https://core.telegram.org/bots/api#maskposition
This module has been automatically generated from Telegram API documentation by the script scripts/telegram-doc2perl-methods.pl.
METHODS
- new( {INIT HASH REF}, %PARAMETERS )
-
new() will create a new object for the package, pass any argument it might receive to the special standard routine init that must exist. Then it returns what returns init().
The valid parameters are as follow. Methods available here are also parameters to the new method.
verbose
debug
- point( String )
-
The part of the face relative to which the mask should be placed. One of forehead, eyes, mouth, or chin.
- scale( Float number )
-
Mask scaling coefficient. For example, 2.0 means double size.
- x_shift( Float number )
-
Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.
- y_shift( Float number )
-
Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.
COPYRIGHT
Copyright (c) 2000-2019 DEGUEST Pte. Ltd.
AUTHOR
Jacques Deguest <jack@deguest.jp>
SEE ALSO
COPYRIGHT & LICENSE
Copyright (c) 2018-2019 DEGUEST Pte. Ltd.
You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.