Struct DocumentPageKind
Kind of document page.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct DocumentPageKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind>
Constructors
DocumentPageKind(String)
Initializes a new instance of DocumentPageKind.
Declaration
public DocumentPageKind (string value);
Parameters
System.String
value
|
Exceptions
System.ArgumentNullException
|
Properties
Document
document.
Declaration
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind Document { get; }
Property Value
DocumentPageKind
|
Image
image.
Declaration
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind Image { get; }
Property Value
DocumentPageKind
|
Sheet
sheet.
Declaration
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind Sheet { get; }
Property Value
DocumentPageKind
|
Slide
slide.
Declaration
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind Slide { get; }
Property Value
DocumentPageKind
|
Methods
Equals(DocumentPageKind)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind other);
Parameters
DocumentPageKind
other
An object to compare with this object. |
Returns
System.Boolean
|
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object
obj
The object to compare with the current instance. |
Returns
System.Boolean
|
GetHashCode()
Returns the hash code for this instance.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32
A 32-bit signed integer that is the hash code for this instance. |
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString ();
Returns
System.String
The fully qualified type name. |
Operators
Equality(DocumentPageKind, DocumentPageKind)
Determines if two DocumentPageKind values are the same.
Declaration
public static bool operator == (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind left, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind right);
Parameters
DocumentPageKind
left
|
DocumentPageKind
right
|
Returns
System.Boolean
|
Implicit(String to DocumentPageKind)
Converts a string to a DocumentPageKind.
Declaration
public static implicit operator Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind (string value);
Parameters
System.String
value
|
Returns
DocumentPageKind
|
Inequality(DocumentPageKind, DocumentPageKind)
Determines if two DocumentPageKind values are not the same.
Declaration
public static bool operator != (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind left, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentPageKind right);
Parameters
DocumentPageKind
left
|
DocumentPageKind
right
|
Returns
System.Boolean
|