Uses of Class
com.google.cloud.contentwarehouse.v1.TextArray
-
Packages that use TextArray Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of TextArray in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return TextArray Modifier and Type Method Description TextArray
TextArray.Builder. build()
TextArray
TextArray.Builder. buildPartial()
static TextArray
TextArray. getDefaultInstance()
TextArray
TextArray.Builder. getDefaultInstanceForType()
TextArray
TextArray. getDefaultInstanceForType()
TextArray
Property.Builder. getTextValues()
String/text property values.TextArray
Property. getTextValues()
String/text property values.TextArray
PropertyOrBuilder. getTextValues()
String/text property values.static TextArray
TextArray. parseDelimitedFrom(InputStream input)
static TextArray
TextArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextArray
TextArray. parseFrom(byte[] data)
static TextArray
TextArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextArray
TextArray. parseFrom(com.google.protobuf.ByteString data)
static TextArray
TextArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextArray
TextArray. parseFrom(com.google.protobuf.CodedInputStream input)
static TextArray
TextArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextArray
TextArray. parseFrom(InputStream input)
static TextArray
TextArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextArray
TextArray. parseFrom(ByteBuffer data)
static TextArray
TextArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type TextArray Modifier and Type Method Description com.google.protobuf.Parser<TextArray>
TextArray. getParserForType()
static com.google.protobuf.Parser<TextArray>
TextArray. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type TextArray Modifier and Type Method Description TextArray.Builder
TextArray.Builder. mergeFrom(TextArray other)
Property.Builder
Property.Builder. mergeTextValues(TextArray value)
String/text property values.static TextArray.Builder
TextArray. newBuilder(TextArray prototype)
Property.Builder
Property.Builder. setTextValues(TextArray value)
String/text property values.
-