Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Generated from b047a112a2c4cddaa54605d5de6a7bc3faab38c7
Update page property.
  • Loading branch information
AutorestCI committed Mar 5, 2019
commit f9b75f09b5a73311a0596b668a30f989ca65f398
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TextRecognitionResult(Model):

All required parameters must be populated in order to send to Azure.

:param page: The page number of the recognition result.
:param page: The 1-based page number of the recognition result.
:type page: int
:param clockwise_orientation: The orientation of the image in degrees in
the clockwise direction. Range between [0, 360).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TextRecognitionResult(Model):

All required parameters must be populated in order to send to Azure.

:param page: The page number of the recognition result.
:param page: The 1-based page number of the recognition result.
:type page: int
:param clockwise_orientation: The orientation of the image in degrees in
the clockwise direction. Range between [0, 360).
Expand Down