IndexesOperationsExtensions.AnalyzeAsync メソッド

定義

アナライザーがテキストをトークンに分割する方法を示します。 https://docs.microsoft.com/rest/api/searchservice/test-analyzer

public static System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.AnalyzeResult> AnalyzeAsync (this Microsoft.Azure.Search.IIndexesOperations operations, string indexName, Microsoft.Azure.Search.Models.AnalyzeRequest request, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member AnalyzeAsync : Microsoft.Azure.Search.IIndexesOperations * string * Microsoft.Azure.Search.Models.AnalyzeRequest * Microsoft.Azure.Search.Models.SearchRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Search.Models.AnalyzeResult>
<Extension()>
Public Function AnalyzeAsync (operations As IIndexesOperations, indexName As String, request As AnalyzeRequest, Optional searchRequestOptions As SearchRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AnalyzeResult)

パラメーター

operations
IIndexesOperations

この拡張メソッドの操作グループ。

indexName
String

アナライザーをテストするインデックスの名前。

request
AnalyzeRequest

テストするテキストおよびアナライザーまたは分析コンポーネント。

searchRequestOptions
SearchRequestOptions

操作の追加パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象