Sdílet prostřednictvím


ContentSourceKind Struct

Definition

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.

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.

Applies to