Compartilhar via


ListManagementTermExtensions.GetAllTermsAsync Método

Definição

Obtém todos os termos da lista com a ID da lista igual à ID da lista passada.

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)

Parâmetros

operations
IListManagementTerm

O grupo de operações para esse método de extensão.

listId
String

ID da lista de imagens.

language
String

Idioma dos termos.

offset
Nullable<Int32>

O índice inicial de paginação.

limit
Nullable<Int32>

O limite máximo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a