DetectedDocument.orientation Property¶
Module: DetectedDocument
Type: DocumentOrientation
Definition¶
Document orientation in source image. [0,0,0] means the document is in front of the camera.
orientation: DocumentOrientation
Exceptions
An error has occurred during Document Library execution.
DocumentOrientation get orientation => getOrientation();
Exceptions
An error has occurred during Document Library execution.
public DocumentOrientation orientation
{
get => Getorientation();
}
Exceptions
An error has occurred during Document Library execution.
public DocumentOrientation getOrientation() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var orientation: DocumentOrientation
get {
return try! getOrientation()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DetectedDocument_GetOrientation (ID3_DETECTED_DOCUMENT hDetectedDocument, id3DocumentOrientation * sOrientation)
Returns