xref: /aosp_15_r20/external/googleapis/google/cloud/language/v1/language_v1.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.v1.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.v1.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  documentation_uri: https://cloud.google.com/natural-language/docs
25  github_label: 'api: language'
26  organization: CLOUD
27  library_settings:
28  - version: google.cloud.language.v1
29    launch_stage: GA
30    dotnet_settings:
31      handwritten_signatures:
32      - LanguageService.AnalyzeEntities(document)
33      - LanguageService.AnalyzeSyntax(document)
34      - LanguageService.AnnotateText(document,features)
35      - LanguageService.AnalyzeEntitySentiment(document)
36  proto_reference_documentation_uri: https://cloud.google.com/natural-language/docs/reference/rpc
37