Sensitivity
public enum Sensitivity : SendableHow sensitive the model interprets speech activity.
Public Preview: This API is a public preview and may be subject to change.
-
The model will detect speech less often.
In other words, a higher volume of speech is required for the model to consider the user is speaking.
Declaration
Swift
case low -
The model will detect speech more often.
In other words, a lower volume of speech is required for the model to consider the user is speaking.
Declaration
Swift
case high