public interface LabelAudioRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HumanAnnotationConfig |
getBasicConfig()
Required.
|
HumanAnnotationConfigOrBuilder |
getBasicConfigOrBuilder()
Required.
|
LabelAudioRequest.Feature |
getFeature()
Required.
|
int |
getFeatureValue()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasBasicConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;int getFeatureValue()
Required. The type of audio labeling task.
.google.cloud.datalabeling.v1beta1.LabelAudioRequest.Feature feature = 3;LabelAudioRequest.Feature getFeature()
Required. The type of audio labeling task.
.google.cloud.datalabeling.v1beta1.LabelAudioRequest.Feature feature = 3;Copyright © 2019 Google LLC. All rights reserved.