blob: 1da3b42684feb9d4d179f5283dc1525ed5246753 [file] [log] [blame]
{
"canonicalName": "Cloud Natural Language",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
},
"https://www.googleapis.com/auth/cloud-language": {
"description": "Apply machine learning models to reveal the structure and meaning of text"
}
}
}
},
"rootUrl": "https://language.googleapis.com/",
"ownerDomain": "google.com",
"name": "language",
"batchPath": "batch",
"title": "Google Cloud Natural Language API",
"ownerName": "Google",
"resources": {
"documents": {
"methods": {
"annotateText": {
"httpMethod": "POST",
"parameterOrder": [],
"response": {
"$ref": "AnnotateTextResponse"
},
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-language",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/documents:annotateText",
"path": "v1beta1/documents:annotateText",
"id": "language.documents.annotateText",
"description": "A convenience method that provides all the features that analyzeSentiment,\nanalyzeEntities, and analyzeSyntax provide in one call.",
"request": {
"$ref": "AnnotateTextRequest"
}
},
"analyzeEntities": {
"flatPath": "v1beta1/documents:analyzeEntities",
"path": "v1beta1/documents:analyzeEntities",
"id": "language.documents.analyzeEntities",
"request": {
"$ref": "AnalyzeEntitiesRequest"
},
"description": "Finds named entities (currently proper names and common nouns) in the text\nalong with entity types, salience, mentions for each entity, and\nother properties.",
"httpMethod": "POST",
"parameterOrder": [],
"response": {
"$ref": "AnalyzeEntitiesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-language",
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {}
},
"analyzeSyntax": {
"description": "Analyzes the syntax of the text and provides sentence boundaries and\ntokenization along with part of speech tags, dependency trees, and other\nproperties.",
"request": {
"$ref": "AnalyzeSyntaxRequest"
},
"response": {
"$ref": "AnalyzeSyntaxResponse"
},
"parameterOrder": [],
"httpMethod": "POST",
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-language",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/documents:analyzeSyntax",
"id": "language.documents.analyzeSyntax",
"path": "v1beta1/documents:analyzeSyntax"
},
"analyzeSentiment": {
"response": {
"$ref": "AnalyzeSentimentResponse"
},
"parameterOrder": [],
"httpMethod": "POST",
"parameters": {},
"scopes": [
"https://www.googleapis.com/auth/cloud-language",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1beta1/documents:analyzeSentiment",
"id": "language.documents.analyzeSentiment",
"path": "v1beta1/documents:analyzeSentiment",
"description": "Analyzes the sentiment of the provided text.",
"request": {
"$ref": "AnalyzeSentimentRequest"
}
}
}
}
},
"parameters": {
"fields": {
"location": "query",
"description": "Selector specifying which fields to include in a partial response.",
"type": "string"
},
"uploadType": {
"type": "string",
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
},
"$.xgafv": {
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
],
"description": "V1 error format."
},
"callback": {
"type": "string",
"location": "query",
"description": "JSONP"
},
"alt": {
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
]
},
"access_token": {
"location": "query",
"description": "OAuth access token.",
"type": "string"
},
"key": {
"location": "query",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string"
},
"quotaUser": {
"location": "query",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string"
},
"pp": {
"default": "true",
"type": "boolean",
"location": "query",
"description": "Pretty-print response."
},
"bearer_token": {
"type": "string",
"location": "query",
"description": "OAuth bearer token."
},
"oauth_token": {
"type": "string",
"location": "query",
"description": "OAuth 2.0 token for the current user."
},
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string"
},
"prettyPrint": {
"location": "query",
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean"
}
},
"version": "v1beta1",
"baseUrl": "https://language.googleapis.com/",
"servicePath": "",
"description": "Provides natural language understanding technologies to developers. Examples include sentiment analysis, entity recognition, entity sentiment analysis, and text annotations.",
"kind": "discovery#restDescription",
"basePath": "",
"documentationLink": "https://cloud.google.com/natural-language/",
"revision": "20171009",
"id": "language:v1beta1",
"discoveryVersion": "v1",
"version_module": true,
"schemas": {
"PartOfSpeech": {
"description": "Represents part of speech information for a token.",
"type": "object",
"properties": {
"reciprocity": {
"type": "string",
"enumDescriptions": [
"Reciprocity is not applicable in the analyzed language or is not\npredicted.",
"Reciprocal",
"Non-reciprocal"
],
"enum": [
"RECIPROCITY_UNKNOWN",
"RECIPROCAL",
"NON_RECIPROCAL"
],
"description": "The grammatical reciprocity."
},
"form": {
"type": "string",
"enumDescriptions": [
"Form is not applicable in the analyzed language or is not predicted.",
"Adnomial",
"Auxiliary",
"Complementizer",
"Final ending",
"Gerund",
"Realis",
"Irrealis",
"Short form",
"Long form",
"Order form",
"Specific form"
],
"enum": [
"FORM_UNKNOWN",
"ADNOMIAL",
"AUXILIARY",
"COMPLEMENTIZER",
"FINAL_ENDING",
"GERUND",
"REALIS",
"IRREALIS",
"SHORT",
"LONG",
"ORDER",
"SPECIFIC"
],
"description": "The grammatical form."
},
"number": {
"enum": [
"NUMBER_UNKNOWN",
"SINGULAR",
"PLURAL",
"DUAL"
],
"description": "The grammatical number.",
"type": "string",
"enumDescriptions": [
"Number is not applicable in the analyzed language or is not predicted.",
"Singular",
"Plural",
"Dual"
]
},
"voice": {
"enum": [
"VOICE_UNKNOWN",
"ACTIVE",
"CAUSATIVE",
"PASSIVE"
],
"description": "The grammatical voice.",
"type": "string",
"enumDescriptions": [
"Voice is not applicable in the analyzed language or is not predicted.",
"Active",
"Causative",
"Passive"
]
},
"aspect": {
"enum": [
"ASPECT_UNKNOWN",
"PERFECTIVE",
"IMPERFECTIVE",
"PROGRESSIVE"
],
"description": "The grammatical aspect.",
"type": "string",
"enumDescriptions": [
"Aspect is not applicable in the analyzed language or is not predicted.",
"Perfective",
"Imperfective",
"Progressive"
]
},
"mood": {
"type": "string",
"enumDescriptions": [
"Mood is not applicable in the analyzed language or is not predicted.",
"Conditional",
"Imperative",
"Indicative",
"Interrogative",
"Jussive",
"Subjunctive"
],
"enum": [
"MOOD_UNKNOWN",
"CONDITIONAL_MOOD",
"IMPERATIVE",
"INDICATIVE",
"INTERROGATIVE",
"JUSSIVE",
"SUBJUNCTIVE"
],
"description": "The grammatical mood."
},
"tag": {
"enum": [
"UNKNOWN",
"ADJ",
"ADP",
"ADV",
"CONJ",
"DET",
"NOUN",
"NUM",
"PRON",
"PRT",
"PUNCT",
"VERB",
"X",
"AFFIX"
],
"description": "The part of speech tag.",
"type": "string",
"enumDescriptions": [
"Unknown",
"Adjective",
"Adposition (preposition and postposition)",
"Adverb",
"Conjunction",
"Determiner",
"Noun (common and proper)",
"Cardinal number",
"Pronoun",
"Particle or other function word",
"Punctuation",
"Verb (all tenses and modes)",
"Other: foreign words, typos, abbreviations",
"Affix"
]
},
"gender": {
"enum": [
"GENDER_UNKNOWN",
"FEMININE",
"MASCULINE",
"NEUTER"
],
"description": "The grammatical gender.",
"type": "string",
"enumDescriptions": [
"Gender is not applicable in the analyzed language or is not predicted.",
"Feminine",
"Masculine",
"Neuter"
]
},
"person": {
"enum": [
"PERSON_UNKNOWN",
"FIRST",
"SECOND",
"THIRD",
"REFLEXIVE_PERSON"
],
"description": "The grammatical person.",
"type": "string",
"enumDescriptions": [
"Person is not applicable in the analyzed language or is not predicted.",
"First",
"Second",
"Third",
"Reflexive"
]
},
"proper": {
"type": "string",
"enumDescriptions": [
"Proper is not applicable in the analyzed language or is not predicted.",
"Proper",
"Not proper"
],
"enum": [
"PROPER_UNKNOWN",
"PROPER",
"NOT_PROPER"
],
"description": "The grammatical properness."
},
"case": {
"type": "string",
"enumDescriptions": [
"Case is not applicable in the analyzed language or is not predicted.",
"Accusative",
"Adverbial",
"Complementive",
"Dative",
"Genitive",
"Instrumental",
"Locative",
"Nominative",
"Oblique",
"Partitive",
"Prepositional",
"Reflexive",
"Relative",
"Vocative"
],
"enum": [
"CASE_UNKNOWN",
"ACCUSATIVE",
"ADVERBIAL",
"COMPLEMENTIVE",
"DATIVE",
"GENITIVE",
"INSTRUMENTAL",
"LOCATIVE",
"NOMINATIVE",
"OBLIQUE",
"PARTITIVE",
"PREPOSITIONAL",
"REFLEXIVE_CASE",
"RELATIVE_CASE",
"VOCATIVE"
],
"description": "The grammatical case."
},
"tense": {
"type": "string",
"enumDescriptions": [
"Tense is not applicable in the analyzed language or is not predicted.",
"Conditional",
"Future",
"Past",
"Present",
"Imperfect",
"Pluperfect"
],
"enum": [
"TENSE_UNKNOWN",
"CONDITIONAL_TENSE",
"FUTURE",
"PAST",
"PRESENT",
"IMPERFECT",
"PLUPERFECT"
],
"description": "The grammatical tense."
}
},
"id": "PartOfSpeech"
},
"AnalyzeSyntaxRequest": {
"description": "The syntax analysis request message.",
"type": "object",
"properties": {
"encodingType": {
"type": "string",
"enumDescriptions": [
"If `EncodingType` is not specified, encoding-dependent information (such as\n`begin_offset`) will be set at `-1`.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-8 encoding of the input. C++ and Go are examples of languages\nthat use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-16 encoding of the input. Java and Javascript are examples of\nlanguages that use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-32 encoding of the input. Python is an example of a language\nthat uses this encoding natively."
],
"enum": [
"NONE",
"UTF8",
"UTF16",
"UTF32"
],
"description": "The encoding type used by the API to calculate offsets."
},
"document": {
"$ref": "Document",
"description": "Input document."
}
},
"id": "AnalyzeSyntaxRequest"
},
"AnalyzeSentimentResponse": {
"type": "object",
"properties": {
"language": {
"type": "string",
"description": "The language of the text, which will be the same as the language specified\nin the request or, if not specified, the automatically-detected language.\nSee Document.language field for more details."
},
"sentences": {
"description": "The sentiment for all the sentences in the document.",
"items": {
"$ref": "Sentence"
},
"type": "array"
},
"documentSentiment": {
"$ref": "Sentiment",
"description": "The overall sentiment of the input document."
}
},
"id": "AnalyzeSentimentResponse",
"description": "The sentiment analysis response message."
},
"AnalyzeEntitiesResponse": {
"description": "The entity analysis response message.",
"type": "object",
"properties": {
"entities": {
"items": {
"$ref": "Entity"
},
"type": "array",
"description": "The recognized entities in the input document."
},
"language": {
"description": "The language of the text, which will be the same as the language specified\nin the request or, if not specified, the automatically-detected language.\nSee Document.language field for more details.",
"type": "string"
}
},
"id": "AnalyzeEntitiesResponse"
},
"Entity": {
"type": "object",
"properties": {
"mentions": {
"items": {
"$ref": "EntityMention"
},
"type": "array",
"description": "The mentions of this entity in the input document. The API currently\nsupports proper noun mentions."
},
"name": {
"type": "string",
"description": "The representative name for the entity."
},
"salience": {
"type": "number",
"format": "float",
"description": "The salience score associated with the entity in the [0, 1.0] range.\n\nThe salience score for an entity provides information about the\nimportance or centrality of that entity to the entire document text.\nScores closer to 0 are less salient, while scores closer to 1.0 are highly\nsalient."
},
"metadata": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Metadata associated with the entity.\n\nCurrently, Wikipedia URLs and Knowledge Graph MIDs are provided, if\navailable. The associated keys are \"wikipedia_url\" and \"mid\", respectively."
},
"type": {
"enum": [
"UNKNOWN",
"PERSON",
"LOCATION",
"ORGANIZATION",
"EVENT",
"WORK_OF_ART",
"CONSUMER_GOOD",
"OTHER"
],
"description": "The entity type.",
"type": "string",
"enumDescriptions": [
"Unknown",
"Person",
"Location",
"Organization",
"Event",
"Work of art",
"Consumer goods",
"Other types"
]
}
},
"id": "Entity",
"description": "Represents a phrase in the text that is a known entity, such as\na person, an organization, or location. The API associates information, such\nas salience and mentions, with entities."
},
"AnalyzeSyntaxResponse": {
"description": "The syntax analysis response message.",
"type": "object",
"properties": {
"tokens": {
"description": "Tokens, along with their syntactic information, in the input document.",
"items": {
"$ref": "Token"
},
"type": "array"
},
"language": {
"type": "string",
"description": "The language of the text, which will be the same as the language specified\nin the request or, if not specified, the automatically-detected language.\nSee Document.language field for more details."
},
"sentences": {
"description": "Sentences in the input document.",
"items": {
"$ref": "Sentence"
},
"type": "array"
}
},
"id": "AnalyzeSyntaxResponse"
},
"AnnotateTextRequest": {
"description": "The request message for the text annotation API, which can perform multiple\nanalysis types (sentiment, entities, and syntax) in one call.",
"type": "object",
"properties": {
"features": {
"$ref": "Features",
"description": "The enabled features."
},
"encodingType": {
"enum": [
"NONE",
"UTF8",
"UTF16",
"UTF32"
],
"description": "The encoding type used by the API to calculate offsets.",
"type": "string",
"enumDescriptions": [
"If `EncodingType` is not specified, encoding-dependent information (such as\n`begin_offset`) will be set at `-1`.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-8 encoding of the input. C++ and Go are examples of languages\nthat use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-16 encoding of the input. Java and Javascript are examples of\nlanguages that use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-32 encoding of the input. Python is an example of a language\nthat uses this encoding natively."
]
},
"document": {
"$ref": "Document",
"description": "Input document."
}
},
"id": "AnnotateTextRequest"
},
"AnalyzeSentimentRequest": {
"type": "object",
"properties": {
"encodingType": {
"type": "string",
"enumDescriptions": [
"If `EncodingType` is not specified, encoding-dependent information (such as\n`begin_offset`) will be set at `-1`.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-8 encoding of the input. C++ and Go are examples of languages\nthat use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-16 encoding of the input. Java and Javascript are examples of\nlanguages that use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-32 encoding of the input. Python is an example of a language\nthat uses this encoding natively."
],
"enum": [
"NONE",
"UTF8",
"UTF16",
"UTF32"
],
"description": "The encoding type used by the API to calculate sentence offsets for the\nsentence sentiment."
},
"document": {
"$ref": "Document",
"description": "Input document."
}
},
"id": "AnalyzeSentimentRequest",
"description": "The sentiment analysis request message."
},
"AnnotateTextResponse": {
"description": "The text annotations response message.",
"type": "object",
"properties": {
"tokens": {
"description": "Tokens, along with their syntactic information, in the input document.\nPopulated if the user enables\nAnnotateTextRequest.Features.extract_syntax.",
"items": {
"$ref": "Token"
},
"type": "array"
},
"entities": {
"description": "Entities, along with their semantic information, in the input document.\nPopulated if the user enables\nAnnotateTextRequest.Features.extract_entities.",
"items": {
"$ref": "Entity"
},
"type": "array"
},
"documentSentiment": {
"$ref": "Sentiment",
"description": "The overall sentiment for the document. Populated if the user enables\nAnnotateTextRequest.Features.extract_document_sentiment."
},
"language": {
"description": "The language of the text, which will be the same as the language specified\nin the request or, if not specified, the automatically-detected language.\nSee Document.language field for more details.",
"type": "string"
},
"sentences": {
"items": {
"$ref": "Sentence"
},
"type": "array",
"description": "Sentences in the input document. Populated if the user enables\nAnnotateTextRequest.Features.extract_syntax."
}
},
"id": "AnnotateTextResponse"
},
"DependencyEdge": {
"type": "object",
"properties": {
"label": {
"type": "string",
"enumDescriptions": [
"Unknown",
"Abbreviation modifier",
"Adjectival complement",
"Adverbial clause modifier",
"Adverbial modifier",
"Adjectival modifier of an NP",
"Appositional modifier of an NP",
"Attribute dependent of a copular verb",
"Auxiliary (non-main) verb",
"Passive auxiliary",
"Coordinating conjunction",
"Clausal complement of a verb or adjective",
"Conjunct",
"Clausal subject",
"Clausal passive subject",
"Dependency (unable to determine)",
"Determiner",
"Discourse",
"Direct object",
"Expletive",
"Goes with (part of a word in a text not well edited)",
"Indirect object",
"Marker (word introducing a subordinate clause)",
"Multi-word expression",
"Multi-word verbal expression",
"Negation modifier",
"Noun compound modifier",
"Noun phrase used as an adverbial modifier",
"Nominal subject",
"Passive nominal subject",
"Numeric modifier of a noun",
"Element of compound number",
"Punctuation mark",
"Parataxis relation",
"Participial modifier",
"The complement of a preposition is a clause",
"Object of a preposition",
"Possession modifier",
"Postverbal negative particle",
"Predicate complement",
"Preconjunt",
"Predeterminer",
"Prefix",
"Prepositional modifier",
"The relationship between a verb and verbal morpheme",
"Particle",
"Associative or possessive marker",
"Quantifier phrase modifier",
"Relative clause modifier",
"Complementizer in relative clause",
"Ellipsis without a preceding predicate",
"Referent",
"Remnant",
"Reparandum",
"Root",
"Suffix specifying a unit of number",
"Suffix",
"Temporal modifier",
"Topic marker",
"Clause headed by an infinite form of the verb that modifies a noun",
"Vocative",
"Open clausal complement",
"Name suffix",
"Name title",
"Adverbial phrase modifier",
"Causative auxiliary",
"Helper auxiliary",
"Rentaishi (Prenominal modifier)",
"Foreign words",
"Keyword",
"List for chains of comparable items",
"Nominalized clause",
"Nominalized clausal subject",
"Nominalized clausal passive",
"Compound of numeric modifier",
"Copula",
"Dislocated relation (for fronted/topicalized elements)",
"Aspect marker",
"Genitive modifier",
"Genitive object",
"Infinitival modifier",
"Measure",
"Nominal complement of a noun"
],
"enum": [
"UNKNOWN",
"ABBREV",
"ACOMP",
"ADVCL",
"ADVMOD",
"AMOD",
"APPOS",
"ATTR",
"AUX",
"AUXPASS",
"CC",
"CCOMP",
"CONJ",
"CSUBJ",
"CSUBJPASS",
"DEP",
"DET",
"DISCOURSE",
"DOBJ",
"EXPL",
"GOESWITH",
"IOBJ",
"MARK",
"MWE",
"MWV",
"NEG",
"NN",
"NPADVMOD",
"NSUBJ",
"NSUBJPASS",
"NUM",
"NUMBER",
"P",
"PARATAXIS",
"PARTMOD",
"PCOMP",
"POBJ",
"POSS",
"POSTNEG",
"PRECOMP",
"PRECONJ",
"PREDET",
"PREF",
"PREP",
"PRONL",
"PRT",
"PS",
"QUANTMOD",
"RCMOD",
"RCMODREL",
"RDROP",
"REF",
"REMNANT",
"REPARANDUM",
"ROOT",
"SNUM",
"SUFF",
"TMOD",
"TOPIC",
"VMOD",
"VOCATIVE",
"XCOMP",
"SUFFIX",
"TITLE",
"ADVPHMOD",
"AUXCAUS",
"AUXVV",
"DTMOD",
"FOREIGN",
"KW",
"LIST",
"NOMC",
"NOMCSUBJ",
"NOMCSUBJPASS",
"NUMC",
"COP",
"DISLOCATED",
"ASP",
"GMOD",
"GOBJ",
"INFMOD",
"MES",
"NCOMP"
],
"description": "The parse label for the token."
},
"headTokenIndex": {
"type": "integer",
"format": "int32",
"description": "Represents the head of this token in the dependency tree.\nThis is the index of the token which has an arc going to this token.\nThe index is the position of the token in the array of tokens returned\nby the API method. If this token is a root token, then the\n`head_token_index` is its own index."
}
},
"id": "DependencyEdge",
"description": "Represents dependency parse tree information for a token."
},
"TextSpan": {
"type": "object",
"properties": {
"content": {
"description": "The content of the output text.",
"type": "string"
},
"beginOffset": {
"type": "integer",
"format": "int32",
"description": "The API calculates the beginning offset of the content in the original\ndocument according to the EncodingType specified in the API request."
}
},
"id": "TextSpan",
"description": "Represents an output piece of text."
},
"Token": {
"type": "object",
"properties": {
"partOfSpeech": {
"$ref": "PartOfSpeech",
"description": "Parts of speech tag for this token."
},
"dependencyEdge": {
"$ref": "DependencyEdge",
"description": "Dependency tree parse for this token."
},
"text": {
"$ref": "TextSpan",
"description": "The token text."
},
"lemma": {
"type": "string",
"description": "[Lemma](https://en.wikipedia.org/wiki/Lemma_%28morphology%29) of the token."
}
},
"id": "Token",
"description": "Represents the smallest syntactic building block of the text."
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32",
"description": "The status code, which should be an enum value of google.rpc.Code."
},
"message": {
"description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
"type": "string"
},
"details": {
"items": {
"additionalProperties": {
"type": "any",
"description": "Properties of the object. Contains field @type with type URL."
},
"type": "object"
},
"type": "array",
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use."
}
},
"id": "Status"
},
"EntityMention": {
"type": "object",
"properties": {
"type": {
"enum": [
"TYPE_UNKNOWN",
"PROPER",
"COMMON"
],
"description": "The type of the entity mention.",
"type": "string",
"enumDescriptions": [
"Unknown",
"Proper name",
"Common noun (or noun compound)"
]
},
"text": {
"$ref": "TextSpan",
"description": "The mention text."
}
},
"id": "EntityMention",
"description": "Represents a mention for an entity in the text. Currently, proper noun\nmentions are supported."
},
"Features": {
"type": "object",
"properties": {
"extractEntities": {
"description": "Extract entities.",
"type": "boolean"
},
"extractDocumentSentiment": {
"type": "boolean",
"description": "Extract document-level sentiment."
},
"extractSyntax": {
"type": "boolean",
"description": "Extract syntax information."
}
},
"id": "Features",
"description": "All available features for sentiment, syntax, and semantic analysis.\nSetting each one to true will enable that specific analysis for the input."
},
"Document": {
"type": "object",
"properties": {
"content": {
"description": "The content of the input in string format.",
"type": "string"
},
"type": {
"type": "string",
"enumDescriptions": [
"The content type is not specified.",
"Plain text",
"HTML"
],
"enum": [
"TYPE_UNSPECIFIED",
"PLAIN_TEXT",
"HTML"
],
"description": "Required. If the type is not set or is `TYPE_UNSPECIFIED`,\nreturns an `INVALID_ARGUMENT` error."
},
"gcsContentUri": {
"description": "The Google Cloud Storage URI where the file content is located.\nThis URI must be of the form: gs://bucket_name/object_name. For more\ndetails, see https://cloud.google.com/storage/docs/reference-uris.\nNOTE: Cloud Storage object versioning is not supported.",
"type": "string"
},
"language": {
"type": "string",
"description": "The language of the document (if not specified, the language is\nautomatically detected). Both ISO and BCP-47 language codes are\naccepted.\u003cbr\u003e\n[Language Support](/natural-language/docs/languages)\nlists currently supported languages for each API method.\nIf the language (either specified by the caller or automatically detected)\nis not supported by the called API method, an `INVALID_ARGUMENT` error\nis returned."
}
},
"id": "Document",
"description": "################################################################ #\n\nRepresents the input to API methods."
},
"Sentence": {
"description": "Represents a sentence in the input document.",
"type": "object",
"properties": {
"text": {
"$ref": "TextSpan",
"description": "The sentence text."
},
"sentiment": {
"$ref": "Sentiment",
"description": "For calls to AnalyzeSentiment or if\nAnnotateTextRequest.Features.extract_document_sentiment is set to\ntrue, this field will contain the sentiment for the sentence."
}
},
"id": "Sentence"
},
"Sentiment": {
"description": "Represents the feeling associated with the entire text or entities in\nthe text.",
"type": "object",
"properties": {
"score": {
"format": "float",
"description": "Sentiment score between -1.0 (negative sentiment) and 1.0\n(positive sentiment).",
"type": "number"
},
"polarity": {
"format": "float",
"description": "DEPRECATED FIELD - This field is being deprecated in\nfavor of score. Please refer to our documentation at\nhttps://cloud.google.com/natural-language/docs for more information.",
"type": "number"
},
"magnitude": {
"type": "number",
"format": "float",
"description": "A non-negative number in the [0, +inf) range, which represents\nthe absolute magnitude of sentiment regardless of score (positive or\nnegative)."
}
},
"id": "Sentiment"
},
"AnalyzeEntitiesRequest": {
"description": "The entity analysis request message.",
"type": "object",
"properties": {
"encodingType": {
"type": "string",
"enumDescriptions": [
"If `EncodingType` is not specified, encoding-dependent information (such as\n`begin_offset`) will be set at `-1`.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-8 encoding of the input. C++ and Go are examples of languages\nthat use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-16 encoding of the input. Java and Javascript are examples of\nlanguages that use this encoding natively.",
"Encoding-dependent information (such as `begin_offset`) is calculated based\non the UTF-32 encoding of the input. Python is an example of a language\nthat uses this encoding natively."
],
"enum": [
"NONE",
"UTF8",
"UTF16",
"UTF32"
],
"description": "The encoding type used by the API to calculate offsets."
},
"document": {
"$ref": "Document",
"description": "Input document."
}
},
"id": "AnalyzeEntitiesRequest"
}
},
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
},
"protocol": "rest"
}