Amazon.Polly.AmazonPollyClient.ListLexicons C# (CSharp) Метод

ListLexicons() публичный Метод

Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.
/// The NextToken is invalid. Verify that it's spelled correctly, and then try again. /// /// An unknown condition has caused a service failure. ///
public ListLexicons ( ListLexiconsRequest request ) : ListLexiconsResponse
request Amazon.Polly.Model.ListLexiconsRequest Container for the necessary parameters to execute the ListLexicons service method.
Результат Amazon.Polly.Model.ListLexiconsResponse
        public ListLexiconsResponse ListLexicons(ListLexiconsRequest request)
        {
            var marshaller = new ListLexiconsRequestMarshaller();
            var unmarshaller = ListLexiconsResponseUnmarshaller.Instance;

            return Invoke<ListLexiconsRequest,ListLexiconsResponse>(request, marshaller, unmarshaller);
        }