public interface SegmentationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationSpecSet()
Required.
|
com.google.protobuf.ByteString |
getAnnotationSpecSetBytes()
Required.
|
String |
getInstructionMessage()
Instruction message showed on labelers UI.
|
com.google.protobuf.ByteString |
getInstructionMessageBytes()
Instruction message showed on labelers UI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAnnotationSpecSet()
Required. Annotation spec set resource name. format:
projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string annotation_spec_set = 1;com.google.protobuf.ByteString getAnnotationSpecSetBytes()
Required. Annotation spec set resource name. format:
projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string annotation_spec_set = 1;String getInstructionMessage()
Instruction message showed on labelers UI.
string instruction_message = 2;com.google.protobuf.ByteString getInstructionMessageBytes()
Instruction message showed on labelers UI.
string instruction_message = 2;Copyright © 2019 Google LLC. All rights reserved.