Class EmbeddedContent
- Namespace
 - FoundationaLLM.Common.Models.Vectorization
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides information about embedded content.
public class EmbeddedContent
  - Inheritance
 - 
      
      EmbeddedContent
 
- Inherited Members
 
- Extension Methods
 
Properties
ContentId
The canonical identifier of the content.
public required ContentIdentifier ContentId { get; set; }
  Property Value
ContentParts
The list of conent
public required List<EmbeddedContentPart> ContentParts { get; set; }