Uses of Class
com.google.cloud.documentai.v1.Document.Entity.NormalizedValue.StructuredValueCase
-
Packages that use Document.Entity.NormalizedValue.StructuredValueCase Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Entity.NormalizedValue.StructuredValueCase in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return Document.Entity.NormalizedValue.StructuredValueCase Modifier and Type Method Description static Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValue.StructuredValueCase. forNumber(int value)
Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValue.Builder. getStructuredValueCase()
Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValue. getStructuredValueCase()
Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValueOrBuilder. getStructuredValueCase()
static Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValue.StructuredValueCase. valueOf(int value)
Deprecated.static Document.Entity.NormalizedValue.StructuredValueCase
Document.Entity.NormalizedValue.StructuredValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Document.Entity.NormalizedValue.StructuredValueCase[]
Document.Entity.NormalizedValue.StructuredValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-