SearchResult.MatchInfo.EmbeddingMatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.