次の方法で共有


ListManagementTermExtensions.GetAllTerms メソッド

定義

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

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

パラメーター

operations
IListManagementTerm

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

listId
String

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

language
String

用語の言語。

offset
Nullable<Int32>

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

limit
Nullable<Int32>

最大制限。

戻り値

適用対象