public interface SegmentationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationSpecSet()
public abstract String getAnnotationSpecSet()Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The annotationSpecSet. |
getAnnotationSpecSetBytes()
public abstract ByteString getAnnotationSpecSetBytes()Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
string annotation_spec_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for annotationSpecSet. |
getInstructionMessage()
public abstract String getInstructionMessage()Instruction message showed on labelers UI.
string instruction_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instructionMessage. |
getInstructionMessageBytes()
public abstract ByteString getInstructionMessageBytes()Instruction message showed on labelers UI.
string instruction_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instructionMessage. |