Improve POD formatting
[image-openalpr.git] / lib / Image / OpenALPR / PlateResult.pm
index 6cf165100ce2cfa0f582f2c7471123ee65d501b1..3fcca2dd446cff530241c7b5354e80a55aaa01f6 100644 (file)
@@ -45,31 +45,44 @@ Image::OpenALPR::PlateResult - a license plate, as identified by OpenALPR
 
 =head1 DESCRIPTION
 
-Image::OpenALPR::PlateResult is a class representing a plate identified by OpenALPR. It offers the following methods:
+Image::OpenALPR::PlateResult is a class representing a plate
+identified by OpenALPR. It offers the following methods:
 
 =over
 
-=item B<plate>
+=item $plate->B<plate>
 
-The plate number that has the highest confidence value (likelihood of being correct).
+The plate number that has the highest confidence value (likelihood of
+being correct).
 
-=item B<confidence>
+=item $plate->B<confidence>
 
 The confidence value of the plate number returned by B<plate>.
 
-=item B<matches_template>
+=item $plate->B<matches_template>
 
-True if the plate matches the plate pattern chosen via the B<set_default_region> in L<Image::OpenALPR>, false otherwise (or if no region was chosen).
-=item B<coordinates>
+True if the plate matches the plate pattern chosen via the
+B<set_default_region> in L<Image::OpenALPR>, false otherwise (or if no
+region was chosen).
 
-In list context, returns a four element list representing the vertices of the license plate, numbered clock-wise from top-left. Each element is an arrayref with two elements: the X coordinate followed by the Y coordinate.
+=item $plate->B<coordinates>
 
-In scalar context, returns an arrayref to an array containing the list described above.
+In list context, returns a four element list representing the vertices
+of the license plate, numbered clock-wise from top-left. Each element
+is an arrayref with two elements: the X coordinate followed by the Y
+coordinate.
 
+In scalar context, returns an arrayref to an array containing the list
+described above.
 
-=item B<candidates>
+=item $plate->B<candidates>
 
-In list context, returns a list of candidate license numbers, in decreasing order of confidence. The first element coincides with the plate/confidence pair returned by the B<plate> and B<confidence> methods. Each element is a partial Image::OpenALPR::PlateResult object -- only the B<plate>, B<confidence> and B<matches_template> methods will return a meaningful value.
+In list context, returns a list of candidate license numbers, in
+decreasing order of confidence. The first element coincides with the
+plate/confidence pair returned by the B<plate> and B<confidence>
+methods. Each element is a partial Image::OpenALPR::PlateResult object
+-- only the B<plate>, B<confidence> and B<matches_template> methods
+will return a meaningful value.
 
 =back
 
This page took 0.010527 seconds and 4 git commands to generate.