Struct StartSensitivity
Start of speech sensitivity.
[JsonConverter(typeof(StartSensitivityConverter))]
public readonly record struct StartSensitivity : IEquatable<StartSensitivity>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<StartSensitivity> AllValues { get; }
Property Value
StartSensitivityHigh
Automatic detection will detect the start of speech more often.
public static StartSensitivity StartSensitivityHigh { get; }
Property Value
StartSensitivityLow
Automatic detection will detect the start of speech less often.
public static StartSensitivity StartSensitivityLow { get; }
Property Value
StartSensitivityUnspecified
The default is START_SENSITIVITY_LOW for Gemini Enterprise Agent Platform and START_SENSITIVITY_HIGH for Gemini Live.
public static StartSensitivity StartSensitivityUnspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(StartSensitivity)
public bool Equals(StartSensitivity other)
Parameters
otherStartSensitivity
Returns
FromString(string)
public static StartSensitivity FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator StartSensitivity(string)
public static implicit operator StartSensitivity(string value)
Parameters
valuestring