DocumentContentSourceKind Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Document content source kind.
public readonly struct DocumentContentSourceKind : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentContentSourceKind>
	type DocumentContentSourceKind = struct
	Public Structure DocumentContentSourceKind
Implements IEquatable(Of DocumentContentSourceKind)
		- Inheritance
 - 
				DocumentContentSourceKind
 
- Implements
 
Constructors
| DocumentContentSourceKind(String) | 
		 Initializes a new instance of DocumentContentSourceKind.  | 
        	
Properties
| Blob | 
		 Data matrix code, as defined in ISO/IEC 16022:2006.  | 
        	
| BlobFileList | 
		 MaxiCode, as defined in ISO/IEC 16023:2000.  | 
        	
Methods
| Equals(DocumentContentSourceKind) | 
		 Indicates whether the current object is equal to another object of the same type.  | 
        	
| ToString() | 
		 Returns the fully qualified type name of this instance.  | 
        	
Operators
| Equality(DocumentContentSourceKind, DocumentContentSourceKind) | 
		 Determines if two DocumentContentSourceKind values are the same.  | 
         	
| Implicit(String to DocumentContentSourceKind) | 
		 Converts a string to a DocumentContentSourceKind.  | 
         	
| Inequality(DocumentContentSourceKind, DocumentContentSourceKind) | 
		 Determines if two DocumentContentSourceKind values are not the same.  |