Uses of Class
com.google.cloud.contentwarehouse.v1.QAResult.Highlight
-
Packages that use QAResult.Highlight Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of QAResult.Highlight in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return QAResult.Highlight Modifier and Type Method Description QAResult.Highlight
QAResult.Highlight.Builder. build()
QAResult.Highlight
QAResult.Highlight.Builder. buildPartial()
static QAResult.Highlight
QAResult.Highlight. getDefaultInstance()
QAResult.Highlight
QAResult.Highlight.Builder. getDefaultInstanceForType()
QAResult.Highlight
QAResult.Highlight. getDefaultInstanceForType()
QAResult.Highlight
QAResult.Builder. getHighlights(int index)
Highlighted sections in the snippet.QAResult.Highlight
QAResult. getHighlights(int index)
Highlighted sections in the snippet.QAResult.Highlight
QAResultOrBuilder. getHighlights(int index)
Highlighted sections in the snippet.static QAResult.Highlight
QAResult.Highlight. parseDelimitedFrom(InputStream input)
static QAResult.Highlight
QAResult.Highlight. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QAResult.Highlight
QAResult.Highlight. parseFrom(byte[] data)
static QAResult.Highlight
QAResult.Highlight. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QAResult.Highlight
QAResult.Highlight. parseFrom(com.google.protobuf.ByteString data)
static QAResult.Highlight
QAResult.Highlight. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QAResult.Highlight
QAResult.Highlight. parseFrom(com.google.protobuf.CodedInputStream input)
static QAResult.Highlight
QAResult.Highlight. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QAResult.Highlight
QAResult.Highlight. parseFrom(InputStream input)
static QAResult.Highlight
QAResult.Highlight. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QAResult.Highlight
QAResult.Highlight. parseFrom(ByteBuffer data)
static QAResult.Highlight
QAResult.Highlight. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type QAResult.Highlight Modifier and Type Method Description List<QAResult.Highlight>
QAResult.Builder. getHighlightsList()
Highlighted sections in the snippet.List<QAResult.Highlight>
QAResult. getHighlightsList()
Highlighted sections in the snippet.List<QAResult.Highlight>
QAResultOrBuilder. getHighlightsList()
Highlighted sections in the snippet.com.google.protobuf.Parser<QAResult.Highlight>
QAResult.Highlight. getParserForType()
static com.google.protobuf.Parser<QAResult.Highlight>
QAResult.Highlight. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type QAResult.Highlight Modifier and Type Method Description QAResult.Builder
QAResult.Builder. addHighlights(int index, QAResult.Highlight value)
Highlighted sections in the snippet.QAResult.Builder
QAResult.Builder. addHighlights(QAResult.Highlight value)
Highlighted sections in the snippet.QAResult.Highlight.Builder
QAResult.Highlight.Builder. mergeFrom(QAResult.Highlight other)
static QAResult.Highlight.Builder
QAResult.Highlight. newBuilder(QAResult.Highlight prototype)
QAResult.Builder
QAResult.Builder. setHighlights(int index, QAResult.Highlight value)
Highlighted sections in the snippet.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type QAResult.Highlight Modifier and Type Method Description QAResult.Builder
QAResult.Builder. addAllHighlights(Iterable<? extends QAResult.Highlight> values)
Highlighted sections in the snippet.
-