Struct EndSensitivity
End of speech sensitivity.
[JsonConverter(typeof(EndSensitivityConverter))]
public readonly record struct EndSensitivity : IEquatable<EndSensitivity>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<EndSensitivity> AllValues { get; }
Property Value
EndSensitivityHigh
Automatic detection ends speech more often.
public static EndSensitivity EndSensitivityHigh { get; }
Property Value
EndSensitivityLow
Automatic detection ends speech less often.
public static EndSensitivity EndSensitivityLow { get; }
Property Value
EndSensitivityUnspecified
The default is END_SENSITIVITY_LOW for Gemini Enterprise Agent Platform and END_SENSITIVITY_HIGH for Gemini Live.
public static EndSensitivity EndSensitivityUnspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(EndSensitivity)
public bool Equals(EndSensitivity other)
Parameters
otherEndSensitivity
Returns
FromString(string)
public static EndSensitivity FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator EndSensitivity(string)
public static implicit operator EndSensitivity(string value)
Parameters
valuestring