Class DocumentContentData
Inheritance
DocumentContentData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class DocumentContentData : IContentData, IBase64Source, IUrlSource
Properties
|
Edit this page
View Source
Base64String
Declaration
public string Base64String { get; set; }
Property Value
|
Edit this page
View Source
DocumentId
Required. The ID of an uploaded document to use as input.
Declaration
public string DocumentId { get; set; }
Property Value
|
Edit this page
View Source
DocumentJson
Declaration
public string DocumentJson { get; set; }
Property Value
|
Edit this page
View Source
DocumentName
Optional. The name of the document.
Declaration
public string DocumentName { get; set; }
Property Value
|
Edit this page
View Source
DocumentText
Declaration
public string DocumentText { get; set; }
Property Value
|
Edit this page
View Source
FileBytes
Declaration
public byte[] FileBytes { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetBase64String()
Declaration
public string GetBase64String()
Returns
|
Edit this page
View Source
GetDownloadUrl()
Declaration
public string GetDownloadUrl()
Returns
|
Edit this page
View Source
IsBase64()
Declaration
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods