Show / Hide Table of Contents

Enum Document.Types.Page.Types.Layout.Types.Orientation

Detected human reading orientation.

Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public enum Orientation

Fields

Name Description
PageDown

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

PageLeft

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

PageRight

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

PageUp

Orientation is aligned with page up.

Unspecified

Unspecified orientation.

Back to top