Compartilhar via


TextToSpeech.GetLocalesAsync Método

Definição

Obtém uma lista de idiomas compatíveis com a conversão de texto em fala.

public:
 static System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Media::Locale ^> ^> ^ GetLocalesAsync();
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Media.Locale>> GetLocalesAsync ();
static member GetLocalesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Media.Locale>>
Public Shared Function GetLocalesAsync () As Task(Of IEnumerable(Of Locale))

Retornos

Uma coleção de Locale objetos com idiomas compatíveis com conversão de texto em fala neste dispositivo.

Aplica-se a