Struct TuningSpeed
The speed of the tuning job. Only supported for Veo 3.0 models. This enum is not supported in Gemini API.
[JsonConverter(typeof(TuningSpeedConverter))]
public readonly record struct TuningSpeed : IEquatable<TuningSpeed>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<TuningSpeed> AllValues { get; }
Property Value
Fast
Fast tuning speed.
public static TuningSpeed Fast { get; }
Property Value
Regular
Regular tuning speed.
public static TuningSpeed Regular { get; }
Property Value
TuningSpeedUnspecified
The default / unset value. For Veo 3.0 models, this defaults to FAST.
public static TuningSpeed TuningSpeedUnspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(TuningSpeed)
public bool Equals(TuningSpeed other)
Parameters
otherTuningSpeed
Returns
FromString(string)
public static TuningSpeed FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator TuningSpeed(string)
public static implicit operator TuningSpeed(string value)
Parameters
valuestring