Skip to main content
Glama
IStorageDocument.cs2.19 kB
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Api.DigitalPages.Interfaces.Models { public interface IStorageDocument { string LanguageCode { get; set; } List<string> Keyphrases { get; set; } List<string> Organizations { get; set; } List<string> Locations { get; set; } List<string> Emails { get; set; } List<string> Peoples { get; set; } List<int> Width { get; set; } List<int> Height { get; set; } List<int> FacesAge { get; set; } List<string> FacesGender { get; set; } List<string> FacesBox { get; set; } List<string> Captions { get; set; } List<string> Landmarks { get; set; } List<string> Celebrities { get; set; } List<string> CelebritiesBox { get; set; } List<string> Tags { get; set; } List<string> ManualTags { get; set; } List<string> ContentInfo { get; set; } List<string> ContentFilters { get; set; } List<string> ContentEntities { get; set; } List<string> ContentSecurityEntities { get; set; } List<string> ContentInfoKeys { get; set; } List<string> ContentInfoValues { get; set; } IDocumentCopyright Copyright { get; set; } string ProcessingStatus { get; set; } string ContentUid { get; set; } string ContentType { get; set; } long ContentSize { get; set; } DateTime LastModified { get; set; } DateTime CreatedAt { get; set; } Guid FileUid { get; set; } int ContentVersion { get; set; } string DirectoryName { get; set; } Guid DirectoryUid { get; set; } string PermissionScope { get; set; } string ProjectName { get; set; } Guid ProjectUid { get; set; } string ConnectorType { get; set; } Guid ConnectorUid { get; set; } string UserName { get; set; } Guid UserUid { get; set; } } public interface IDocumentCopyright { string Author { get; set; } string Description { get; set; } DateTimeOffset ExpireAt { get; set; } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkm097git/euconquisto-composer-mcp-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server