你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContentSourceKind 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.
Type of content source.
public readonly struct ContentSourceKind : IEquatable<Azure.AI.DocumentIntelligence.ContentSourceKind>
type ContentSourceKind = struct
Public Structure ContentSourceKind
Implements IEquatable(Of ContentSourceKind)
- Inheritance
-
ContentSourceKind
- Implements
Constructors
ContentSourceKind(String) |
Initializes a new instance of ContentSourceKind. |
Properties
AzureBlob |
Files in a path within an Azure Blob Storage container. |
AzureBlobFileList |
A file list specifying individual files in an Azure Blob Storage container. |
Base64 |
Content represented via Base64 encoding. |
Blob |
Files in a path within an Azure Blob Storage container. |
BlobFileList |
A file list specifying individual files in an Azure Blob Storage container. |
Bytes |
Content represented via Base64 encoding. |
Uri |
Content at a specific URL. |
Url |
Content at a specific URL. |
Methods
Equals(ContentSourceKind) |
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(ContentSourceKind, ContentSourceKind) |
Determines if two ContentSourceKind values are the same. |
Implicit(String to ContentSourceKind) |
Converts a String to a ContentSourceKind. |
Inequality(ContentSourceKind, ContentSourceKind) |
Determines if two ContentSourceKind values are not the same. |