Module: Google::Cloud::DocumentAI::V1beta3::Document::Page::Layout::Orientation

Defined in:
proto_docs/google/cloud/documentai/v1beta3/document.rb

Overview

Detected human reading orientation.

Constant Summary collapse

ORIENTATION_UNSPECIFIED =

Unspecified orientation.

0
PAGE_UP =

Orientation is aligned with page up.

1
PAGE_RIGHT =

Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.

2
PAGE_DOWN =

Orientation is aligned with page down. Turn the head 180 degrees from upright to read.

3
PAGE_LEFT =

Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.

4