ActivityDetectionConfig.Sensitivity

public final class ActivityDetectionConfig.Sensitivity


How sensitive the model interprets speech activity.

Summary

Nested types

Public fields

static final @NonNull ActivityDetectionConfig.Sensitivity

The model will detect speech more often.

static final @NonNull ActivityDetectionConfig.Sensitivity

The model will detect speech less often.

Public fields

HIGH

public static final @NonNull ActivityDetectionConfig.Sensitivity HIGH

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.

LOW

public static final @NonNull ActivityDetectionConfig.Sensitivity LOW

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.