Class GenerationRecord
Inheritance
GenerationRecord
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GenerationRecord : IData, IHasId<string>, IHasName, IFavoritable, IArchivable
Properties
|
Edit this page
View Source
Api
Declaration
[JsonIgnore]
public Api Api { get; }
Property Value
|
Edit this page
View Source
CostInUsd
Declaration
[JsonIgnore]
public double CostInUsd { get; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonIgnore]
public UnixTime CreatedAt { get; }
Property Value
|
Edit this page
View Source
Detail
Declaration
[JsonProperty("detail")]
public GenerationRecordDetail Detail { get; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("header")]
public GenerationRecordHeader Header { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonIgnore]
public string Id { get; }
Property Value
|
Edit this page
View Source
InputText
Declaration
[JsonIgnore]
public string InputText { get; }
Property Value
|
Edit this page
View Source
IsArchived
Gets or sets whether this object is archived.
Declaration
[JsonIgnore]
public bool IsArchived { get; set; }
Property Value
|
Edit this page
View Source
IsFavorite
Gets or sets whether this object is marked as favorite.
Declaration
[JsonIgnore]
public bool IsFavorite { get; set; }
Property Value
|
Edit this page
View Source
ModelId
Declaration
[JsonIgnore]
public string ModelId { get; }
Property Value
|
Edit this page
View Source
ModelName
Declaration
[JsonIgnore]
public string ModelName { get; }
Property Value
|
Edit this page
View Source
N
Declaration
[JsonIgnore]
public int N { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonIgnore]
public string Name { get; }
Property Value
|
Edit this page
View Source
OutputFiles
Declaration
[JsonIgnore]
public SerializableFile[] OutputFiles { get; }
Property Value
|
Edit this page
View Source
OutputPreviewText
Declaration
[JsonIgnore]
public string OutputPreviewText { get; }
Property Value
|
Edit this page
View Source
OutputText
Declaration
[JsonIgnore]
public string OutputText { get; }
Property Value
|
Edit this page
View Source
OutputTexts
Declaration
[JsonIgnore]
public string[] OutputTexts { get; }
Property Value
|
Edit this page
View Source
Prompt
Declaration
[JsonIgnore]
public IPrompt Prompt { get; }
Property Value
|
Edit this page
View Source
PromptText
Declaration
[JsonIgnore]
public string PromptText { get; }
Property Value
|
Edit this page
View Source
RequestContext
Declaration
[JsonIgnore]
public CurlContext RequestContext { get; }
Property Value
|
Edit this page
View Source
RequestType
Declaration
[JsonIgnore]
public RequestType RequestType { get; }
Property Value
|
Edit this page
View Source
ResponseMimeType
Declaration
[JsonIgnore]
public MimeType ResponseMimeType { get; }
Property Value
|
Edit this page
View Source
Sender
Declaration
[JsonIgnore]
public string Sender { get; }
Property Value
|
Edit this page
View Source
TimeTakenSeconds
Declaration
[JsonIgnore]
public float? TimeTakenSeconds { get; set; }
Property Value
|
Edit this page
View Source
Usage
Declaration
[JsonIgnore]
public Usage Usage { get; }
Property Value
|
Edit this page
View Source
VoiceId
Declaration
[JsonIgnore]
public string VoiceId { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(GenerationRecord)
Declaration
public bool Equals(GenerationRecord other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GenerateId()
Declaration
public static string GenerateId()
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(GenerationRecord, GenerationRecord)
Declaration
public static bool operator ==(GenerationRecord left, GenerationRecord right)
Parameters
Returns
|
Edit this page
View Source
operator !=(GenerationRecord, GenerationRecord)
Declaration
public static bool operator !=(GenerationRecord left, GenerationRecord right)
Parameters
Returns
Implements
Extension Methods