Uses of Class
com.google.cloud.language.v1beta2.Document.BoilerplateHandling
-
Packages that use Document.BoilerplateHandling Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of Document.BoilerplateHandling in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return Document.BoilerplateHandling Modifier and Type Method Description static Document.BoilerplateHandling
Document.BoilerplateHandling. forNumber(int value)
Document.BoilerplateHandling
Document.Builder. getBoilerplateHandling()
Indicates how detected boilerplate(e.g.Document.BoilerplateHandling
Document. getBoilerplateHandling()
Indicates how detected boilerplate(e.g.Document.BoilerplateHandling
DocumentOrBuilder. getBoilerplateHandling()
Indicates how detected boilerplate(e.g.static Document.BoilerplateHandling
Document.BoilerplateHandling. valueOf(int value)
Deprecated.static Document.BoilerplateHandling
Document.BoilerplateHandling. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Document.BoilerplateHandling
Document.BoilerplateHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static Document.BoilerplateHandling[]
Document.BoilerplateHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.language.v1beta2 that return types with arguments of type Document.BoilerplateHandling Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Document.BoilerplateHandling>
Document.BoilerplateHandling. internalGetValueMap()
Methods in com.google.cloud.language.v1beta2 with parameters of type Document.BoilerplateHandling Modifier and Type Method Description Document.Builder
Document.Builder. setBoilerplateHandling(Document.BoilerplateHandling value)
Indicates how detected boilerplate(e.g.
-