Send feedback
Class AnalyzeEntitiesResponse (2.17.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
AnalyzeEntitiesResponse ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
The entity analysis response message.
Attributes
Name
Description
entities
MutableSequence[google.cloud.language_v2.types.Entity ]
The recognized entities in the input
document.
language_code
str
The language of the text, which will be the same as the
language specified in the request or, if not specified, the
automatically-detected language. See [Document.language][]
field for more details.
language_supported
bool
Whether the language is officially supported.
The API may still return a response when the
language is not supported, but it is on a best
effort basis.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class AnalyzeEntitiesResponse (2.17.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.2 (latest)](/python/docs/reference/language/latest/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.17.0](/python/docs/reference/language/2.17.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.16.0](/python/docs/reference/language/2.16.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.15.1](/python/docs/reference/language/2.15.1/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.14.0](/python/docs/reference/language/2.14.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.13.4](/python/docs/reference/language/2.13.4/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.12.0](/python/docs/reference/language/2.12.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.11.0](/python/docs/reference/language/2.11.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.10.1](/python/docs/reference/language/2.10.1/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.9.1](/python/docs/reference/language/2.9.1/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.8.1](/python/docs/reference/language/2.8.1/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.7.0](/python/docs/reference/language/2.7.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.6.1](/python/docs/reference/language/2.6.1/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.5.2](/python/docs/reference/language/2.5.2/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.4.3](/python/docs/reference/language/2.4.3/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.3.2](/python/docs/reference/language/2.3.2/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.2.2](/python/docs/reference/language/2.2.2/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.1.0](/python/docs/reference/language/2.1.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [2.0.0](/python/docs/reference/language/2.0.0/google.cloud.language_v2.types.AnalyzeEntitiesResponse)\n- [1.3.2](/python/docs/reference/language/1.3.2/google.cloud.language_v2.types.AnalyzeEntitiesResponse) \n\n AnalyzeEntitiesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe entity analysis response message."]]