Language

SearchSpec.ShouldRetrieveEmbeddingMatchInfos Method

Definition

Returns whether to retrieve embedding match infos as a part of SearchResult#getMatchInfos()

[Android.Runtime.Register("shouldRetrieveEmbeddingMatchInfos", "()Z", "", ApiSince=36)]
public bool ShouldRetrieveEmbeddingMatchInfos();
[<Android.Runtime.Register("shouldRetrieveEmbeddingMatchInfos", "()Z", "", ApiSince=36)>]
member this.ShouldRetrieveEmbeddingMatchInfos : unit -> bool

Returns

Attributes

Remarks

Returns whether to retrieve embedding match infos as a part of SearchResult#getMatchInfos()

Java documentation for android.app.appsearch.SearchSpec.shouldRetrieveEmbeddingMatchInfos().

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