Compartilhar via


ConfirmationEntityRecognizer.Recognize(String, String) Método

Definição

Entrada de estilo de confirmação sim/não reconhecendo a implementação.

protected override System.Collections.Generic.List<Microsoft.Recognizers.Text.ModelResult> Recognize (string text, string culture);
override this.Recognize : string * string -> System.Collections.Generic.List<Microsoft.Recognizers.Text.ModelResult>
Protected Overrides Function Recognize (text As String, culture As String) As List(Of ModelResult)

Parâmetros

text
String

Texto a ser reconhecido.

culture
String

Microsoft.Recognizers.Text.Culture a ser usado.

Retornos

List<Microsoft.Recognizers.Text.ModelResult>

A lista reconhecida Microsoft.Recognizers.Text.ModelResult .

Aplica-se a