xref: /aosp_15_r20/external/googleapis/google/cloud/language/v2/language_v2.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: language.googleapis.com
4title: Cloud Natural Language API
5
6apis:
7- name: google.cloud.language.v2.LanguageService
8
9documentation:
10  summary: |-
11    Provides natural language understanding technologies, such as sentiment
12    analysis, entity recognition, entity sentiment analysis, and other text
13    annotations, to developers.
14
15authentication:
16  rules:
17  - selector: 'google.cloud.language.v2.LanguageService.*'
18    oauth:
19      canonical_scopes: |-
20        https://www.googleapis.com/auth/cloud-language,
21        https://www.googleapis.com/auth/cloud-platform
22
23publishing:
24  new_issue_uri: https://issuetracker.google.com/issues/new?component=187079&template=1161334
25  documentation_uri: https://cloud.google.com/natural-language/docs
26  api_short_name: language
27  github_label: 'api: language'
28  doc_tag_prefix: language
29  organization: CLOUD
30  library_settings:
31  - version: google.cloud.language.v1
32    launch_stage: GA
33    dotnet_settings:
34      handwritten_signatures:
35      - LanguageService.AnalyzeEntities(document)
36      - LanguageService.AnalyzeSyntax(document)
37      - LanguageService.AnnotateText(document,features)
38      - LanguageService.AnalyzeEntitySentiment(document)
39  - version: google.cloud.language.v2
40    launch_stage: BETA
41    java_settings:
42      common:
43        destinations:
44        - PACKAGE_MANAGER
45    cpp_settings:
46      common:
47        destinations:
48        - PACKAGE_MANAGER
49    php_settings:
50      common:
51        destinations:
52        - PACKAGE_MANAGER
53    python_settings:
54      common:
55        destinations:
56        - PACKAGE_MANAGER
57    node_settings:
58      common:
59        destinations:
60        - PACKAGE_MANAGER
61    dotnet_settings:
62      common:
63        destinations:
64        - PACKAGE_MANAGER
65    ruby_settings:
66      common:
67        destinations:
68        - PACKAGE_MANAGER
69    go_settings:
70      common:
71        destinations:
72        - PACKAGE_MANAGER
73  proto_reference_documentation_uri: https://cloud.google.com/natural-language/docs/reference/rpc
74