Table of Contents

TTMSFNCCloudAIFile Class

Represents one file, text block, URL, or binary payload attached to an AI request.

API unit family: TMSFNCCloudAI Inherits from: TCollectionItem

Syntax

TTMSFNCCloudAIFile = class(TCollectionItem)

Properties

Name Description
Base64 Gets or sets base64-encoded file data.
FileName Gets or sets the local or display file name.
FileSize Gets or sets the file size in bytes.
FileType Gets or sets the content type category for the file item.
ID Gets or sets the service-assigned file identifier.
MimeType Gets or sets the MIME type used when submitting the file.
Tag Gets or sets user-defined data associated with the file item.
Text Gets or sets inline text content for the file item.
URL Gets or sets a URL used as file content.

Methods

Name Description
Delete Deletes the remote file associated with this item when supported by the current owner.
GetData Returns the text or encoded data for the file item.
GetURL Returns the URL representation of the file item.