Inheritance
GenerationRecordHeader
Assembly: Glitch9.AIDevKit.dll
public sealed class GenerationRecordHeader
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("api")]
public Api Api { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("created_at")]
public UnixTime CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("detail_key")]
public string DetailKey { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("input_preview_text")]
public string InputPreviewText { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("is_archived")]
public bool IsArchived { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("is_favorite")]
public bool IsFavorite { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("model_id")]
public string ModelId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("model_name")]
public string ModelName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("n")]
public int N { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("output_preview_text")]
public string OutputPreviewText { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("request_type")]
public RequestType RequestType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("response_mime_type")]
public MimeType ResponseMimeType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("sender")]
public string Sender { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("time_taken_seconds")]
public float? TimeTakenSeconds { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("usage")]
public Usage Usage { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("voice_id")]
public string VoiceId { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static GenerationRecordHeader FromRecord(GenerationRecord r)
Parameters
Returns
|
Edit this page
View Source
Declaration
public GenerationRecord ToRecord()
Returns
Extension Methods