public final class LabelVideoRequest extends GeneratedMessageV3 implements LabelVideoRequestOrBuilder
Request message for LabelVideo.
Protobuf type google.cloud.datalabeling.v1beta1.LabelVideoRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BASIC_CONFIG_FIELD_NUMBER
public static final int BASIC_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EVENT_CONFIG_FIELD_NUMBER
public static final int EVENT_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FEATURE_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OBJECT_DETECTION_CONFIG_FIELD_NUMBER
public static final int OBJECT_DETECTION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OBJECT_TRACKING_CONFIG_FIELD_NUMBER
public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LabelVideoRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LabelVideoRequest.Builder newBuilder()
newBuilder(LabelVideoRequest prototype)
public static LabelVideoRequest.Builder newBuilder(LabelVideoRequest prototype)
public static LabelVideoRequest parseDelimitedFrom(InputStream input)
public static LabelVideoRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LabelVideoRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LabelVideoRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LabelVideoRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelVideoRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelVideoRequest parseFrom(CodedInputStream input)
public static LabelVideoRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelVideoRequest parseFrom(InputStream input)
public static LabelVideoRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LabelVideoRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LabelVideoRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LabelVideoRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBasicConfig()
public HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public LabelVideoRequest getDefaultInstanceForType()
getEventConfig()
public EventConfig getEventConfig()
Configuration for video event task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
getEventConfigOrBuilder()
public EventConfigOrBuilder getEventConfigOrBuilder()
Configuration for video event task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
getFeature()
public LabelVideoRequest.Feature getFeature()
Required. The type of video labeling task.
.google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
getFeatureValue()
public int getFeatureValue()
Required. The type of video labeling task.
.google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for feature.
|
getObjectDetectionConfig()
public ObjectDetectionConfig getObjectDetectionConfig()
Configuration for video object detection task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
getObjectDetectionConfigOrBuilder()
public ObjectDetectionConfigOrBuilder getObjectDetectionConfigOrBuilder()
Configuration for video object detection task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
getObjectTrackingConfig()
public ObjectTrackingConfig getObjectTrackingConfig()
Configuration for video object tracking task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
getObjectTrackingConfigOrBuilder()
public ObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
Configuration for video object tracking task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
getParent()
public String getParent()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<LabelVideoRequest> getParserForType()
Overrides
getRequestConfigCase()
public LabelVideoRequest.RequestConfigCase getRequestConfigCase()
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVideoClassificationConfig()
public VideoClassificationConfig getVideoClassificationConfig()
Configuration for video classification task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 4;
getVideoClassificationConfigOrBuilder()
public VideoClassificationConfigOrBuilder getVideoClassificationConfigOrBuilder()
Configuration for video classification task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 4;
hasBasicConfig()
public boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the basicConfig field is set.
|
hasEventConfig()
public boolean hasEventConfig()
Configuration for video event task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 7;
Returns |
Type |
Description |
boolean |
Whether the eventConfig field is set.
|
hasObjectDetectionConfig()
public boolean hasObjectDetectionConfig()
Configuration for video object detection task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 5;
Returns |
Type |
Description |
boolean |
Whether the objectDetectionConfig field is set.
|
hasObjectTrackingConfig()
public boolean hasObjectTrackingConfig()
Configuration for video object tracking task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 6;
Returns |
Type |
Description |
boolean |
Whether the objectTrackingConfig field is set.
|
hasVideoClassificationConfig()
public boolean hasVideoClassificationConfig()
Configuration for video classification task.
One of video_classification_config, object_detection_config,
object_tracking_config and event_config is required.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 4;
Returns |
Type |
Description |
boolean |
Whether the videoClassificationConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LabelVideoRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LabelVideoRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public LabelVideoRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides