| Modifier and Type | Method and Description |
|---|---|
TextClassificationAnnotation |
TextClassificationAnnotation.Builder.build() |
TextClassificationAnnotation |
TextClassificationAnnotation.Builder.buildPartial() |
static TextClassificationAnnotation |
TextClassificationAnnotation.getDefaultInstance() |
TextClassificationAnnotation |
TextClassificationAnnotation.getDefaultInstanceForType() |
TextClassificationAnnotation |
TextClassificationAnnotation.Builder.getDefaultInstanceForType() |
TextClassificationAnnotation |
AnnotationValue.getTextClassificationAnnotation()
Annotation value for text classification case.
|
TextClassificationAnnotation |
AnnotationValue.Builder.getTextClassificationAnnotation()
Annotation value for text classification case.
|
TextClassificationAnnotation |
AnnotationValueOrBuilder.getTextClassificationAnnotation()
Annotation value for text classification case.
|
static TextClassificationAnnotation |
TextClassificationAnnotation.parseDelimitedFrom(InputStream input) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(byte[] data) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(ByteBuffer data) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(InputStream input) |
static TextClassificationAnnotation |
TextClassificationAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextClassificationAnnotation> |
TextClassificationAnnotation.getParserForType() |
static com.google.protobuf.Parser<TextClassificationAnnotation> |
TextClassificationAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextClassificationAnnotation.Builder |
TextClassificationAnnotation.Builder.mergeFrom(TextClassificationAnnotation other) |
AnnotationValue.Builder |
AnnotationValue.Builder.mergeTextClassificationAnnotation(TextClassificationAnnotation value)
Annotation value for text classification case.
|
static TextClassificationAnnotation.Builder |
TextClassificationAnnotation.newBuilder(TextClassificationAnnotation prototype) |
AnnotationValue.Builder |
AnnotationValue.Builder.setTextClassificationAnnotation(TextClassificationAnnotation value)
Annotation value for text classification case.
|
Copyright © 2019 Google LLC. All rights reserved.