2019-02-02 08:54:51 +00:00
/**
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* This file is licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License. A copy of
* the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
// snippet-sourcedescription:[DeleteDominantLanguage demonstrates how to determine the dominant language used in a text.]
// snippet-service:[comprehend]
// snippet-keyword:[Java]
2019-09-05 19:52:34 -07:00
// snippet-sourcesyntax:[java]
2019-02-02 08:54:51 +00:00
// snippet-keyword:[Amazon comprehend]
// snippet-keyword:[Code Sample]
// snippet-keyword:[DetectDominantLanguage]
// snippet-sourcetype:[full-example]
// snippet-sourcedate:[2019-01-31]
// snippet-sourceauthor:[AWS]
// snippet-start:[comprehend.java.DetectDominantLanguage.complete]
// snippet-end:[comprehend.java.DetectDominantLanguage.complete]