Language

SearchResult.MatchInfo.EmbeddingMatch Property

Definition

Retrieves the embedding-based match information.

public Android.App.AppSearch.SearchResult.EmbeddingMatchInfo? EmbeddingMatch { [Android.Runtime.Register("getEmbeddingMatch", "()Landroid/app/appsearch/SearchResult$EmbeddingMatchInfo;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getEmbeddingMatch", "()Landroid/app/appsearch/SearchResult$EmbeddingMatchInfo;", "", ApiSince=36)>]
member this.EmbeddingMatch : Android.App.AppSearch.SearchResult.EmbeddingMatchInfo

Property Value

A EmbeddingMatchInfo instance, or null if the match is not an embedding match.

Attributes

Remarks

Retrieves the embedding-based match information. Only populated when SearchSpec.shouldRetrieveEmbeddingMatchInfos() is true.

Android reference for android.app.appsearch.SearchResult.MatchInfo.getEmbeddingMatch.

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