LanguageBatchResultItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. textanalytics. models. LanguageBatchResultItem
- com.
public class LanguageBatchResultItem
The LanguageBatchResultItem model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Detected |
detectedLanguages()
Get the detectedLanguages value. |
String |
id()
Get the id value. |
Method Details
detectedLanguages
public List
Get the detectedLanguages value.
Returns:
the detectedLanguages value
id
public String id()
Get the id value.
Returns:
the id value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java