.NET API
ImageGenerationOperatorResponse
Namespace Tracon · Assembly
Tracon.Abstractions.dllThe result of an operator image-generation action.
public sealed record ImageGenerationOperatorResponse : IEquatable<ImageGenerationOperatorResponse>Inheritance
Section titled “Inheritance”object ← ImageGenerationOperatorResponse
Implements
Section titled “Implements”IEquatable<ImageGenerationOperatorResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”ImageGenerationOperatorResponse()
Section titled “ ImageGenerationOperatorResponse()”public ImageGenerationOperatorResponse()Properties
Section titled “Properties”Attachments
Section titled “ Attachments”Gets the generated image attachments.
public required IReadOnlyList<AttachmentDescriptor> Attachments { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<AttachmentDescriptor>
Gets the observed generation quantity and configured cost.
public required ToolCallUsage Usage { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(ImageGenerationOperatorResponse?)
Section titled “ Equals(ImageGenerationOperatorResponse?)”public bool Equals(ImageGenerationOperatorResponse? other)Parameters
Section titled “Parameters”other ImageGenerationOperatorResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(ImageGenerationOperatorResponse?, ImageGenerationOperatorResponse?)
Section titled “ operator ==(ImageGenerationOperatorResponse?, ImageGenerationOperatorResponse?)”public static bool operator ==(ImageGenerationOperatorResponse? left, ImageGenerationOperatorResponse? right)Parameters
Section titled “Parameters”left ImageGenerationOperatorResponse?
right ImageGenerationOperatorResponse?
Returns
Section titled “Returns”operator !=(ImageGenerationOperatorResponse?, ImageGenerationOperatorResponse?)
Section titled “ operator !=(ImageGenerationOperatorResponse?, ImageGenerationOperatorResponse?)”public static bool operator !=(ImageGenerationOperatorResponse? left, ImageGenerationOperatorResponse? right)Parameters
Section titled “Parameters”left ImageGenerationOperatorResponse?
right ImageGenerationOperatorResponse?