DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.OcrRequest Class Reference

OcrRequest More...

Inheritance diagram for DocuSign.eSign.Model.OcrRequest:

Public Member Functions

 OcrRequest (string OcrLanguage=default(string), string PageSelection=default(string), string SetPageOrientation=default(string), string ShowFrames=default(string), string ShowText=default(string), string SkipPagesHavingExistingExtractableText=default(string))
 Initializes a new instance of the OcrRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (OcrRequest other)
 Returns true if OcrRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string OcrLanguage [get, set]
 
string PageSelection [get, set]
 
string SetPageOrientation [get, set]
 
string ShowFrames [get, set]
 
string ShowText [get, set]
 
string SkipPagesHavingExistingExtractableText [get, set]
 

Detailed Description

OcrRequest

Constructor & Destructor Documentation

◆ OcrRequest()

DocuSign.eSign.Model.OcrRequest.OcrRequest ( string  OcrLanguage = default(string),
string  PageSelection = default(string),
string  SetPageOrientation = default(string),
string  ShowFrames = default(string),
string  ShowText = default(string),
string  SkipPagesHavingExistingExtractableText = default(string) 
)
inline

Initializes a new instance of the OcrRequest class.

Parameters
OcrLanguage.
PageSelection.
SetPageOrientation.
ShowFrames.
ShowText.
SkipPagesHavingExistingExtractableText.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.OcrRequest.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.OcrRequest.Equals ( OcrRequest  other)
inline

Returns true if OcrRequest instances are equal

Parameters
otherInstance of OcrRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.OcrRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.OcrRequest.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.OcrRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ OcrLanguage

string DocuSign.eSign.Model.OcrRequest.OcrLanguage
getset

◆ PageSelection

string DocuSign.eSign.Model.OcrRequest.PageSelection
getset

◆ SetPageOrientation

string DocuSign.eSign.Model.OcrRequest.SetPageOrientation
getset

◆ ShowFrames

string DocuSign.eSign.Model.OcrRequest.ShowFrames
getset

◆ ShowText

string DocuSign.eSign.Model.OcrRequest.ShowText
getset

◆ SkipPagesHavingExistingExtractableText

string DocuSign.eSign.Model.OcrRequest.SkipPagesHavingExistingExtractableText
getset


The documentation for this class was generated from the following file: