12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199 |
- syntax = "proto3";
- package google.cloud.language.v1beta2;
- import "google/api/annotations.proto";
- import "google/api/client.proto";
- import "google/api/field_behavior.proto";
- option go_package = "google.golang.org/genproto/googleapis/cloud/language/v1beta2;language";
- option java_multiple_files = true;
- option java_outer_classname = "LanguageServiceProto";
- option java_package = "com.google.cloud.language.v1beta2";
- service LanguageService {
- option (google.api.default_host) = "language.googleapis.com";
- option (google.api.oauth_scopes) =
- "https://www.googleapis.com/auth/cloud-language,"
- "https://www.googleapis.com/auth/cloud-platform";
-
- rpc AnalyzeSentiment(AnalyzeSentimentRequest) returns (AnalyzeSentimentResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:analyzeSentiment"
- body: "*"
- };
- option (google.api.method_signature) = "document,encoding_type";
- option (google.api.method_signature) = "document";
- }
-
-
-
- rpc AnalyzeEntities(AnalyzeEntitiesRequest) returns (AnalyzeEntitiesResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:analyzeEntities"
- body: "*"
- };
- option (google.api.method_signature) = "document,encoding_type";
- option (google.api.method_signature) = "document";
- }
-
-
- rpc AnalyzeEntitySentiment(AnalyzeEntitySentimentRequest) returns (AnalyzeEntitySentimentResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:analyzeEntitySentiment"
- body: "*"
- };
- option (google.api.method_signature) = "document,encoding_type";
- option (google.api.method_signature) = "document";
- }
-
-
-
- rpc AnalyzeSyntax(AnalyzeSyntaxRequest) returns (AnalyzeSyntaxResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:analyzeSyntax"
- body: "*"
- };
- option (google.api.method_signature) = "document,encoding_type";
- option (google.api.method_signature) = "document";
- }
-
- rpc ClassifyText(ClassifyTextRequest) returns (ClassifyTextResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:classifyText"
- body: "*"
- };
- option (google.api.method_signature) = "document";
- }
-
-
- rpc AnnotateText(AnnotateTextRequest) returns (AnnotateTextResponse) {
- option (google.api.http) = {
- post: "/v1beta2/documents:annotateText"
- body: "*"
- };
- option (google.api.method_signature) = "document,features,encoding_type";
- option (google.api.method_signature) = "document,features";
- }
- }
- message Document {
-
- enum Type {
-
- TYPE_UNSPECIFIED = 0;
-
- PLAIN_TEXT = 1;
-
- HTML = 2;
- }
-
- enum BoilerplateHandling {
-
- BOILERPLATE_HANDLING_UNSPECIFIED = 0;
-
-
- SKIP_BOILERPLATE = 1;
-
- KEEP_BOILERPLATE = 2;
- }
-
-
- Type type = 1;
-
-
- oneof source {
-
-
- string content = 2;
-
-
-
-
- string gcs_content_uri = 3;
- }
-
-
-
-
-
-
-
-
- string language = 4;
-
-
- string reference_web_uri = 5;
-
-
-
- BoilerplateHandling boilerplate_handling = 6;
- }
- message Sentence {
-
- TextSpan text = 1;
-
-
-
- Sentiment sentiment = 2;
- }
- enum EncodingType {
-
-
- NONE = 0;
-
-
-
- UTF8 = 1;
-
-
-
- UTF16 = 2;
-
-
-
- UTF32 = 3;
- }
- message Entity {
-
-
-
-
- enum Type {
-
- UNKNOWN = 0;
-
- PERSON = 1;
-
- LOCATION = 2;
-
- ORGANIZATION = 3;
-
- EVENT = 4;
-
- WORK_OF_ART = 5;
-
- CONSUMER_GOOD = 6;
-
- OTHER = 7;
-
-
-
-
-
-
-
-
-
-
-
- PHONE_NUMBER = 9;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ADDRESS = 10;
-
-
-
-
-
-
-
- DATE = 11;
-
-
-
- NUMBER = 12;
-
-
-
- PRICE = 13;
- }
-
- string name = 1;
-
- Type type = 2;
-
-
-
-
-
- map<string, string> metadata = 3;
-
-
-
-
-
-
- float salience = 4;
-
-
- repeated EntityMention mentions = 5;
-
-
-
-
- Sentiment sentiment = 6;
- }
- message Token {
-
- TextSpan text = 1;
-
- PartOfSpeech part_of_speech = 2;
-
- DependencyEdge dependency_edge = 3;
-
- string lemma = 4;
- }
- message Sentiment {
-
-
-
- float magnitude = 2;
-
-
- float score = 3;
- }
- message PartOfSpeech {
-
- enum Tag {
-
- UNKNOWN = 0;
-
- ADJ = 1;
-
- ADP = 2;
-
- ADV = 3;
-
- CONJ = 4;
-
- DET = 5;
-
- NOUN = 6;
-
- NUM = 7;
-
- PRON = 8;
-
- PRT = 9;
-
- PUNCT = 10;
-
- VERB = 11;
-
- X = 12;
-
- AFFIX = 13;
- }
-
- enum Aspect {
-
- ASPECT_UNKNOWN = 0;
-
- PERFECTIVE = 1;
-
- IMPERFECTIVE = 2;
-
- PROGRESSIVE = 3;
- }
-
-
-
- enum Case {
-
- CASE_UNKNOWN = 0;
-
- ACCUSATIVE = 1;
-
- ADVERBIAL = 2;
-
- COMPLEMENTIVE = 3;
-
- DATIVE = 4;
-
- GENITIVE = 5;
-
- INSTRUMENTAL = 6;
-
- LOCATIVE = 7;
-
- NOMINATIVE = 8;
-
- OBLIQUE = 9;
-
- PARTITIVE = 10;
-
- PREPOSITIONAL = 11;
-
- REFLEXIVE_CASE = 12;
-
- RELATIVE_CASE = 13;
-
- VOCATIVE = 14;
- }
-
-
-
-
- enum Form {
-
- FORM_UNKNOWN = 0;
-
- ADNOMIAL = 1;
-
- AUXILIARY = 2;
-
- COMPLEMENTIZER = 3;
-
- FINAL_ENDING = 4;
-
- GERUND = 5;
-
- REALIS = 6;
-
- IRREALIS = 7;
-
- SHORT = 8;
-
- LONG = 9;
-
- ORDER = 10;
-
- SPECIFIC = 11;
- }
-
- enum Gender {
-
- GENDER_UNKNOWN = 0;
-
- FEMININE = 1;
-
- MASCULINE = 2;
-
- NEUTER = 3;
- }
-
- enum Mood {
-
- MOOD_UNKNOWN = 0;
-
- CONDITIONAL_MOOD = 1;
-
- IMPERATIVE = 2;
-
- INDICATIVE = 3;
-
- INTERROGATIVE = 4;
-
- JUSSIVE = 5;
-
- SUBJUNCTIVE = 6;
- }
-
- enum Number {
-
- NUMBER_UNKNOWN = 0;
-
- SINGULAR = 1;
-
- PLURAL = 2;
-
- DUAL = 3;
- }
-
- enum Person {
-
- PERSON_UNKNOWN = 0;
-
- FIRST = 1;
-
- SECOND = 2;
-
- THIRD = 3;
-
- REFLEXIVE_PERSON = 4;
- }
-
- enum Proper {
-
- PROPER_UNKNOWN = 0;
-
- PROPER = 1;
-
- NOT_PROPER = 2;
- }
-
- enum Reciprocity {
-
-
- RECIPROCITY_UNKNOWN = 0;
-
- RECIPROCAL = 1;
-
- NON_RECIPROCAL = 2;
- }
-
- enum Tense {
-
- TENSE_UNKNOWN = 0;
-
- CONDITIONAL_TENSE = 1;
-
- FUTURE = 2;
-
- PAST = 3;
-
- PRESENT = 4;
-
- IMPERFECT = 5;
-
- PLUPERFECT = 6;
- }
-
-
- enum Voice {
-
- VOICE_UNKNOWN = 0;
-
- ACTIVE = 1;
-
- CAUSATIVE = 2;
-
- PASSIVE = 3;
- }
-
- Tag tag = 1;
-
- Aspect aspect = 2;
-
- Case case = 3;
-
- Form form = 4;
-
- Gender gender = 5;
-
- Mood mood = 6;
-
- Number number = 7;
-
- Person person = 8;
-
- Proper proper = 9;
-
- Reciprocity reciprocity = 10;
-
- Tense tense = 11;
-
- Voice voice = 12;
- }
- message DependencyEdge {
-
- enum Label {
-
- UNKNOWN = 0;
-
- ABBREV = 1;
-
- ACOMP = 2;
-
- ADVCL = 3;
-
- ADVMOD = 4;
-
- AMOD = 5;
-
- APPOS = 6;
-
- ATTR = 7;
-
- AUX = 8;
-
- AUXPASS = 9;
-
- CC = 10;
-
- CCOMP = 11;
-
- CONJ = 12;
-
- CSUBJ = 13;
-
- CSUBJPASS = 14;
-
- DEP = 15;
-
- DET = 16;
-
- DISCOURSE = 17;
-
- DOBJ = 18;
-
- EXPL = 19;
-
- GOESWITH = 20;
-
- IOBJ = 21;
-
- MARK = 22;
-
- MWE = 23;
-
- MWV = 24;
-
- NEG = 25;
-
- NN = 26;
-
- NPADVMOD = 27;
-
- NSUBJ = 28;
-
- NSUBJPASS = 29;
-
- NUM = 30;
-
- NUMBER = 31;
-
- P = 32;
-
- PARATAXIS = 33;
-
- PARTMOD = 34;
-
- PCOMP = 35;
-
- POBJ = 36;
-
- POSS = 37;
-
- POSTNEG = 38;
-
- PRECOMP = 39;
-
- PRECONJ = 40;
-
- PREDET = 41;
-
- PREF = 42;
-
- PREP = 43;
-
- PRONL = 44;
-
- PRT = 45;
-
- PS = 46;
-
- QUANTMOD = 47;
-
- RCMOD = 48;
-
- RCMODREL = 49;
-
- RDROP = 50;
-
- REF = 51;
-
- REMNANT = 52;
-
- REPARANDUM = 53;
-
- ROOT = 54;
-
- SNUM = 55;
-
- SUFF = 56;
-
- TMOD = 57;
-
- TOPIC = 58;
-
- VMOD = 59;
-
- VOCATIVE = 60;
-
- XCOMP = 61;
-
- SUFFIX = 62;
-
- TITLE = 63;
-
- ADVPHMOD = 64;
-
- AUXCAUS = 65;
-
- AUXVV = 66;
-
- DTMOD = 67;
-
- FOREIGN = 68;
-
- KW = 69;
-
- LIST = 70;
-
- NOMC = 71;
-
- NOMCSUBJ = 72;
-
- NOMCSUBJPASS = 73;
-
- NUMC = 74;
-
- COP = 75;
-
- DISLOCATED = 76;
-
- ASP = 77;
-
- GMOD = 78;
-
- GOBJ = 79;
-
- INFMOD = 80;
-
- MES = 81;
-
- NCOMP = 82;
- }
-
-
-
-
-
- int32 head_token_index = 1;
-
- Label label = 2;
- }
- message EntityMention {
-
- enum Type {
-
- TYPE_UNKNOWN = 0;
-
- PROPER = 1;
-
- COMMON = 2;
- }
-
- TextSpan text = 1;
-
- Type type = 2;
-
-
-
-
- Sentiment sentiment = 3;
- }
- message TextSpan {
-
- string content = 1;
-
-
- int32 begin_offset = 2;
- }
- message ClassificationCategory {
-
-
- string name = 1;
-
-
- float confidence = 2;
- }
- message ClassificationModelOptions {
-
- message V1Model {
- }
-
- message V2Model {
-
- enum ContentCategoriesVersion {
-
-
- CONTENT_CATEGORIES_VERSION_UNSPECIFIED = 0;
-
- V1 = 1;
-
- V2 = 2;
- }
-
- ContentCategoriesVersion content_categories_version = 1;
- }
-
- oneof model_type {
-
-
-
- V1Model v1_model = 1;
-
-
- V2Model v2_model = 2;
- }
- }
- message AnalyzeSentimentRequest {
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
-
- EncodingType encoding_type = 2;
- }
- message AnalyzeSentimentResponse {
-
- Sentiment document_sentiment = 1;
-
-
-
- string language = 2;
-
- repeated Sentence sentences = 3;
- }
- message AnalyzeEntitySentimentRequest {
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
- EncodingType encoding_type = 2;
- }
- message AnalyzeEntitySentimentResponse {
-
- repeated Entity entities = 1;
-
-
-
- string language = 2;
- }
- message AnalyzeEntitiesRequest {
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
- EncodingType encoding_type = 2;
- }
- message AnalyzeEntitiesResponse {
-
- repeated Entity entities = 1;
-
-
-
- string language = 2;
- }
- message AnalyzeSyntaxRequest {
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
- EncodingType encoding_type = 2;
- }
- message AnalyzeSyntaxResponse {
-
- repeated Sentence sentences = 1;
-
- repeated Token tokens = 2;
-
-
-
- string language = 3;
- }
- message ClassifyTextRequest {
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
-
- ClassificationModelOptions classification_model_options = 3;
- }
- message ClassifyTextResponse {
-
- repeated ClassificationCategory categories = 1;
- }
- message AnnotateTextRequest {
-
-
-
- message Features {
-
- bool extract_syntax = 1;
-
- bool extract_entities = 2;
-
- bool extract_document_sentiment = 3;
-
- bool extract_entity_sentiment = 4;
-
-
-
-
- bool classify_text = 6;
-
-
- ClassificationModelOptions classification_model_options = 10;
- }
-
- Document document = 1 [(google.api.field_behavior) = REQUIRED];
-
- Features features = 2 [(google.api.field_behavior) = REQUIRED];
-
- EncodingType encoding_type = 3;
- }
- message AnnotateTextResponse {
-
-
- repeated Sentence sentences = 1;
-
-
-
- repeated Token tokens = 2;
-
-
-
- repeated Entity entities = 3;
-
-
- Sentiment document_sentiment = 4;
-
-
-
- string language = 5;
-
- repeated ClassificationCategory categories = 6;
- }
|