次の方法で共有


ListManagementTermExtensions.GetAllTermsAsync メソッド

定義

リスト ID が渡されたリスト ID と等しいすべての用語をリストから取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Terms> GetAllTermsAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTerm operations, string listId, string language, int? offset = default, int? limit = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAllTermsAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTerm * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Terms>
<Extension()>
Public Function GetAllTermsAsync (operations As IListManagementTerm, listId As String, language As String, Optional offset As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Terms)

パラメーター

operations
IListManagementTerm

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

listId
String

イメージ リストのリスト ID。

language
String

用語の言語。

offset
Nullable<Int32>

改ページ位置の開始インデックス。

limit
Nullable<Int32>

最大制限。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象