NAME
WebService::MyGengo::LanguagePair - An object representing a Src -> Dst translation language pair in the myGengo system
SYNOPSIS
my $pairs = $client->get_service_language_pairs( 'en' );
printf("Hey, I can translate from %s to %s\n", $_->lc_src, $_->lc_tgt)
foreach @$pairs;
ATTRIBUTES
lc_src (Str)
The 2-character ISO code for the source language.
lc_tgt (Str)
The 2-character ISO code for the target language.
tier (Str)
The tier of service for this translation.
Legal values are: machine, standard, pro, ultra, ultra_pro
unit_price (Num)
A decimal figure representing the per-unit translation price, in USD.
SEE ALSO
http://mygengo.com/api/developer-docs/methods/translate-service-language-pairs-get/
AUTHOR
Nathaniel Heinrichs
LICENSE
Copyright (c) 2011, Nathaniel Heinrichs <nheinric-at-cpan.org>. All rights reserved.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.