ConversationAction.ConfidenceScore Property

Definition

Returns the confidence score for the specified action.

public float ConfidenceScore { [Android.Runtime.Register("getConfidenceScore", "()F", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getConfidenceScore", "()F", "", ApiSince=29)>]
member this.ConfidenceScore : single

Property Value

Value is between 0.0f and 1.0f inclusive

Attributes

Remarks

Returns the confidence score for the specified action. The value ranges from 0 (low confidence) to 1 (high confidence).

Android reference for android.view.textclassifier.ConversationAction.getConfidenceScore.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to