Enum DependencyEdge.Label

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DependencyEdge.Label>
    Enclosing class:
    DependencyEdge

    public static enum DependencyEdge.Label
    extends Enum<DependencyEdge.Label>
    implements com.google.protobuf.ProtocolMessageEnum
     The parse label enum for the token.
     
    Protobuf enum google.cloud.language.v1.DependencyEdge.Label
    • Field Detail

      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Unknown
         
        UNKNOWN = 0;
        See Also:
        Constant Field Values
      • ABBREV_VALUE

        public static final int ABBREV_VALUE
         Abbreviation modifier
         
        ABBREV = 1;
        See Also:
        Constant Field Values
      • ACOMP_VALUE

        public static final int ACOMP_VALUE
         Adjectival complement
         
        ACOMP = 2;
        See Also:
        Constant Field Values
      • ADVCL_VALUE

        public static final int ADVCL_VALUE
         Adverbial clause modifier
         
        ADVCL = 3;
        See Also:
        Constant Field Values
      • ADVMOD_VALUE

        public static final int ADVMOD_VALUE
         Adverbial modifier
         
        ADVMOD = 4;
        See Also:
        Constant Field Values
      • AMOD_VALUE

        public static final int AMOD_VALUE
         Adjectival modifier of an NP
         
        AMOD = 5;
        See Also:
        Constant Field Values
      • APPOS_VALUE

        public static final int APPOS_VALUE
         Appositional modifier of an NP
         
        APPOS = 6;
        See Also:
        Constant Field Values
      • ATTR_VALUE

        public static final int ATTR_VALUE
         Attribute dependent of a copular verb
         
        ATTR = 7;
        See Also:
        Constant Field Values
      • AUX_VALUE

        public static final int AUX_VALUE
         Auxiliary (non-main) verb
         
        AUX = 8;
        See Also:
        Constant Field Values
      • AUXPASS_VALUE

        public static final int AUXPASS_VALUE
         Passive auxiliary
         
        AUXPASS = 9;
        See Also:
        Constant Field Values
      • CC_VALUE

        public static final int CC_VALUE
         Coordinating conjunction
         
        CC = 10;
        See Also:
        Constant Field Values
      • CCOMP_VALUE

        public static final int CCOMP_VALUE
         Clausal complement of a verb or adjective
         
        CCOMP = 11;
        See Also:
        Constant Field Values
      • CSUBJ_VALUE

        public static final int CSUBJ_VALUE
         Clausal subject
         
        CSUBJ = 13;
        See Also:
        Constant Field Values
      • CSUBJPASS_VALUE

        public static final int CSUBJPASS_VALUE
         Clausal passive subject
         
        CSUBJPASS = 14;
        See Also:
        Constant Field Values
      • DEP_VALUE

        public static final int DEP_VALUE
         Dependency (unable to determine)
         
        DEP = 15;
        See Also:
        Constant Field Values
      • DISCOURSE_VALUE

        public static final int DISCOURSE_VALUE
         Discourse
         
        DISCOURSE = 17;
        See Also:
        Constant Field Values
      • DOBJ_VALUE

        public static final int DOBJ_VALUE
         Direct object
         
        DOBJ = 18;
        See Also:
        Constant Field Values
      • GOESWITH_VALUE

        public static final int GOESWITH_VALUE
         Goes with (part of a word in a text not well edited)
         
        GOESWITH = 20;
        See Also:
        Constant Field Values
      • IOBJ_VALUE

        public static final int IOBJ_VALUE
         Indirect object
         
        IOBJ = 21;
        See Also:
        Constant Field Values
      • MARK_VALUE

        public static final int MARK_VALUE
         Marker (word introducing a subordinate clause)
         
        MARK = 22;
        See Also:
        Constant Field Values
      • MWE_VALUE

        public static final int MWE_VALUE
         Multi-word expression
         
        MWE = 23;
        See Also:
        Constant Field Values
      • MWV_VALUE

        public static final int MWV_VALUE
         Multi-word verbal expression
         
        MWV = 24;
        See Also:
        Constant Field Values
      • NEG_VALUE

        public static final int NEG_VALUE
         Negation modifier
         
        NEG = 25;
        See Also:
        Constant Field Values
      • NN_VALUE

        public static final int NN_VALUE
         Noun compound modifier
         
        NN = 26;
        See Also:
        Constant Field Values
      • NPADVMOD_VALUE

        public static final int NPADVMOD_VALUE
         Noun phrase used as an adverbial modifier
         
        NPADVMOD = 27;
        See Also:
        Constant Field Values
      • NSUBJ_VALUE

        public static final int NSUBJ_VALUE
         Nominal subject
         
        NSUBJ = 28;
        See Also:
        Constant Field Values
      • NSUBJPASS_VALUE

        public static final int NSUBJPASS_VALUE
         Passive nominal subject
         
        NSUBJPASS = 29;
        See Also:
        Constant Field Values
      • NUM_VALUE

        public static final int NUM_VALUE
         Numeric modifier of a noun
         
        NUM = 30;
        See Also:
        Constant Field Values
      • NUMBER_VALUE

        public static final int NUMBER_VALUE
         Element of compound number
         
        NUMBER = 31;
        See Also:
        Constant Field Values
      • PARATAXIS_VALUE

        public static final int PARATAXIS_VALUE
         Parataxis relation
         
        PARATAXIS = 33;
        See Also:
        Constant Field Values
      • PARTMOD_VALUE

        public static final int PARTMOD_VALUE
         Participial modifier
         
        PARTMOD = 34;
        See Also:
        Constant Field Values
      • PCOMP_VALUE

        public static final int PCOMP_VALUE
         The complement of a preposition is a clause
         
        PCOMP = 35;
        See Also:
        Constant Field Values
      • POBJ_VALUE

        public static final int POBJ_VALUE
         Object of a preposition
         
        POBJ = 36;
        See Also:
        Constant Field Values
      • POSS_VALUE

        public static final int POSS_VALUE
         Possession modifier
         
        POSS = 37;
        See Also:
        Constant Field Values
      • POSTNEG_VALUE

        public static final int POSTNEG_VALUE
         Postverbal negative particle
         
        POSTNEG = 38;
        See Also:
        Constant Field Values
      • PRECOMP_VALUE

        public static final int PRECOMP_VALUE
         Predicate complement
         
        PRECOMP = 39;
        See Also:
        Constant Field Values
      • PRECONJ_VALUE

        public static final int PRECONJ_VALUE
         Preconjunt
         
        PRECONJ = 40;
        See Also:
        Constant Field Values
      • PREDET_VALUE

        public static final int PREDET_VALUE
         Predeterminer
         
        PREDET = 41;
        See Also:
        Constant Field Values
      • PREP_VALUE

        public static final int PREP_VALUE
         Prepositional modifier
         
        PREP = 43;
        See Also:
        Constant Field Values
      • PRONL_VALUE

        public static final int PRONL_VALUE
         The relationship between a verb and verbal morpheme
         
        PRONL = 44;
        See Also:
        Constant Field Values
      • PS_VALUE

        public static final int PS_VALUE
         Associative or possessive marker
         
        PS = 46;
        See Also:
        Constant Field Values
      • QUANTMOD_VALUE

        public static final int QUANTMOD_VALUE
         Quantifier phrase modifier
         
        QUANTMOD = 47;
        See Also:
        Constant Field Values
      • RCMOD_VALUE

        public static final int RCMOD_VALUE
         Relative clause modifier
         
        RCMOD = 48;
        See Also:
        Constant Field Values
      • RCMODREL_VALUE

        public static final int RCMODREL_VALUE
         Complementizer in relative clause
         
        RCMODREL = 49;
        See Also:
        Constant Field Values
      • RDROP_VALUE

        public static final int RDROP_VALUE
         Ellipsis without a preceding predicate
         
        RDROP = 50;
        See Also:
        Constant Field Values
      • REMNANT_VALUE

        public static final int REMNANT_VALUE
         Remnant
         
        REMNANT = 52;
        See Also:
        Constant Field Values
      • REPARANDUM_VALUE

        public static final int REPARANDUM_VALUE
         Reparandum
         
        REPARANDUM = 53;
        See Also:
        Constant Field Values
      • SNUM_VALUE

        public static final int SNUM_VALUE
         Suffix specifying a unit of number
         
        SNUM = 55;
        See Also:
        Constant Field Values
      • TMOD_VALUE

        public static final int TMOD_VALUE
         Temporal modifier
         
        TMOD = 57;
        See Also:
        Constant Field Values
      • TOPIC_VALUE

        public static final int TOPIC_VALUE
         Topic marker
         
        TOPIC = 58;
        See Also:
        Constant Field Values
      • VMOD_VALUE

        public static final int VMOD_VALUE
         Clause headed by an infinite form of the verb that modifies a noun
         
        VMOD = 59;
        See Also:
        Constant Field Values
      • VOCATIVE_VALUE

        public static final int VOCATIVE_VALUE
         Vocative
         
        VOCATIVE = 60;
        See Also:
        Constant Field Values
      • XCOMP_VALUE

        public static final int XCOMP_VALUE
         Open clausal complement
         
        XCOMP = 61;
        See Also:
        Constant Field Values
      • SUFFIX_VALUE

        public static final int SUFFIX_VALUE
         Name suffix
         
        SUFFIX = 62;
        See Also:
        Constant Field Values
      • TITLE_VALUE

        public static final int TITLE_VALUE
         Name title
         
        TITLE = 63;
        See Also:
        Constant Field Values
      • ADVPHMOD_VALUE

        public static final int ADVPHMOD_VALUE
         Adverbial phrase modifier
         
        ADVPHMOD = 64;
        See Also:
        Constant Field Values
      • AUXCAUS_VALUE

        public static final int AUXCAUS_VALUE
         Causative auxiliary
         
        AUXCAUS = 65;
        See Also:
        Constant Field Values
      • AUXVV_VALUE

        public static final int AUXVV_VALUE
         Helper auxiliary
         
        AUXVV = 66;
        See Also:
        Constant Field Values
      • DTMOD_VALUE

        public static final int DTMOD_VALUE
         Rentaishi (Prenominal modifier)
         
        DTMOD = 67;
        See Also:
        Constant Field Values
      • FOREIGN_VALUE

        public static final int FOREIGN_VALUE
         Foreign words
         
        FOREIGN = 68;
        See Also:
        Constant Field Values
      • LIST_VALUE

        public static final int LIST_VALUE
         List for chains of comparable items
         
        LIST = 70;
        See Also:
        Constant Field Values
      • NOMC_VALUE

        public static final int NOMC_VALUE
         Nominalized clause
         
        NOMC = 71;
        See Also:
        Constant Field Values
      • NOMCSUBJ_VALUE

        public static final int NOMCSUBJ_VALUE
         Nominalized clausal subject
         
        NOMCSUBJ = 72;
        See Also:
        Constant Field Values
      • NOMCSUBJPASS_VALUE

        public static final int NOMCSUBJPASS_VALUE
         Nominalized clausal passive
         
        NOMCSUBJPASS = 73;
        See Also:
        Constant Field Values
      • NUMC_VALUE

        public static final int NUMC_VALUE
         Compound of numeric modifier
         
        NUMC = 74;
        See Also:
        Constant Field Values
      • DISLOCATED_VALUE

        public static final int DISLOCATED_VALUE
         Dislocated relation (for fronted/topicalized elements)
         
        DISLOCATED = 76;
        See Also:
        Constant Field Values
      • GMOD_VALUE

        public static final int GMOD_VALUE
         Genitive modifier
         
        GMOD = 78;
        See Also:
        Constant Field Values
      • GOBJ_VALUE

        public static final int GOBJ_VALUE
         Genitive object
         
        GOBJ = 79;
        See Also:
        Constant Field Values
      • INFMOD_VALUE

        public static final int INFMOD_VALUE
         Infinitival modifier
         
        INFMOD = 80;
        See Also:
        Constant Field Values
      • NCOMP_VALUE

        public static final int NCOMP_VALUE
         Nominal complement of a noun
         
        NCOMP = 82;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static DependencyEdge.Label[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DependencyEdge.Label c : DependencyEdge.Label.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DependencyEdge.Label valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static DependencyEdge.Label valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static DependencyEdge.Label forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<DependencyEdge.Label> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static DependencyEdge.Label valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null