MediaContent Class
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.
Media content base class. Please note this is the abstract base class. The derived classes available for instantiation are: DocumentContent and AudioVisualContent.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.ContentUnderstanding.UnknownMediaContent))]
public abstract class MediaContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.MediaContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.MediaContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.ContentUnderstanding.UnknownMediaContent))>]
type MediaContent = class
interface IJsonModel<MediaContent>
interface IPersistableModel<MediaContent>
Public MustInherit Class MediaContent
Implements IJsonModel(Of MediaContent), IPersistableModel(Of MediaContent)
- Inheritance
-
MediaContent
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AnalyzerId |
The analyzer that generated this content. |
| Category |
Classified content category. |
| Fields |
Extracted fields from the content. |
| Markdown |
Markdown representation of the content. |
| MimeType |
Detected MIME type of the content. Ex. application/pdf, image/jpeg, etc. |
| Path |
The path of the content in the input. |