Compartilhar via


TermsPaging Construtores

Definição

Sobrecargas

TermsPaging()

Inicializa uma nova instância da classe TermsPaging.

TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe TermsPaging.

TermsPaging()

Inicializa uma nova instância da classe TermsPaging.

public TermsPaging ();
Public Sub New ()

Aplica-se a

TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Inicializa uma nova instância da classe TermsPaging.

public TermsPaging (int? total = default, int? limit = default, int? offset = default, int? returned = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging
Public Sub New (Optional total As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional returned As Nullable(Of Integer) = Nothing)

Parâmetros

total
Nullable<Int32>

Total de detalhes.

limit
Nullable<Int32>

Limitar detalhes.

offset
Nullable<Int32>

Detalhes do deslocamento.

returned
Nullable<Int32>

Detalhes de texto retornados.

Aplica-se a