public final class LabelVideoRequest extends com.google.protobuf.GeneratedMessageV3 implements LabelVideoRequestOrBuilder
Request message for LabelVideo.Protobuf type
google.cloud.datalabeling.v1beta1.LabelVideoRequest| Modifier and Type | Class and Description |
|---|---|
static class |
LabelVideoRequest.Builder
Request message for LabelVideo.
|
static class |
LabelVideoRequest.Feature
Video labeling task feature.
|
static class |
LabelVideoRequest.RequestConfigCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_CONFIG_FIELD_NUMBER |
static int |
EVENT_CONFIG_FIELD_NUMBER |
static int |
FEATURE_FIELD_NUMBER |
static int |
OBJECT_DETECTION_CONFIG_FIELD_NUMBER |
static int |
OBJECT_TRACKING_CONFIG_FIELD_NUMBER |
static int |
PARENT_FIELD_NUMBER |
static int |
VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HumanAnnotationConfig |
getBasicConfig()
Required.
|
HumanAnnotationConfigOrBuilder |
getBasicConfigOrBuilder()
Required.
|
static LabelVideoRequest |
getDefaultInstance() |
LabelVideoRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EventConfig |
getEventConfig()
Configuration for video event task.
|
EventConfigOrBuilder |
getEventConfigOrBuilder()
Configuration for video event task.
|
LabelVideoRequest.Feature |
getFeature()
Required.
|
int |
getFeatureValue()
Required.
|
ObjectDetectionConfig |
getObjectDetectionConfig()
Configuration for video object detection task.
|
ObjectDetectionConfigOrBuilder |
getObjectDetectionConfigOrBuilder()
Configuration for video object detection task.
|
ObjectTrackingConfig |
getObjectTrackingConfig()
Configuration for video object tracking task.
|
ObjectTrackingConfigOrBuilder |
getObjectTrackingConfigOrBuilder()
Configuration for video object tracking task.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
com.google.protobuf.Parser<LabelVideoRequest> |
getParserForType() |
LabelVideoRequest.RequestConfigCase |
getRequestConfigCase() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
VideoClassificationConfig |
getVideoClassificationConfig()
Configuration for video classification task.
|
VideoClassificationConfigOrBuilder |
getVideoClassificationConfigOrBuilder()
Configuration for video classification task.
|
boolean |
hasBasicConfig()
Required.
|
boolean |
hasEventConfig()
Configuration for video event task.
|
int |
hashCode() |
boolean |
hasObjectDetectionConfig()
Configuration for video object detection task.
|
boolean |
hasObjectTrackingConfig()
Configuration for video object tracking task.
|
boolean |
hasVideoClassificationConfig()
Configuration for video classification task.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LabelVideoRequest.Builder |
newBuilder() |
static LabelVideoRequest.Builder |
newBuilder(LabelVideoRequest prototype) |
LabelVideoRequest.Builder |
newBuilderForType() |
protected LabelVideoRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static LabelVideoRequest |
parseDelimitedFrom(InputStream input) |
static LabelVideoRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelVideoRequest |
parseFrom(byte[] data) |
static LabelVideoRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelVideoRequest |
parseFrom(ByteBuffer data) |
static LabelVideoRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelVideoRequest |
parseFrom(com.google.protobuf.ByteString data) |
static LabelVideoRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelVideoRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LabelVideoRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LabelVideoRequest |
parseFrom(InputStream input) |
static LabelVideoRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LabelVideoRequest> |
parser() |
LabelVideoRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int VIDEO_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int OBJECT_DETECTION_CONFIG_FIELD_NUMBER
public static final int OBJECT_TRACKING_CONFIG_FIELD_NUMBER
public static final int EVENT_CONFIG_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
public static final int BASIC_CONFIG_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public LabelVideoRequest.RequestConfigCase getRequestConfigCase()
getRequestConfigCase in interface LabelVideoRequestOrBuilderpublic 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;
hasVideoClassificationConfig in interface LabelVideoRequestOrBuilderpublic 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;
getVideoClassificationConfig in interface LabelVideoRequestOrBuilderpublic 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;
getVideoClassificationConfigOrBuilder in interface LabelVideoRequestOrBuilderpublic 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;
hasObjectDetectionConfig in interface LabelVideoRequestOrBuilderpublic 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;
getObjectDetectionConfig in interface LabelVideoRequestOrBuilderpublic 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;
getObjectDetectionConfigOrBuilder in interface LabelVideoRequestOrBuilderpublic 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;
hasObjectTrackingConfig in interface LabelVideoRequestOrBuilderpublic 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;
getObjectTrackingConfig in interface LabelVideoRequestOrBuilderpublic 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;
getObjectTrackingConfigOrBuilder in interface LabelVideoRequestOrBuilderpublic 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;hasEventConfig in interface LabelVideoRequestOrBuilderpublic 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;getEventConfig in interface LabelVideoRequestOrBuilderpublic 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;getEventConfigOrBuilder in interface LabelVideoRequestOrBuilderpublic String getParent()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;getParent in interface LabelVideoRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1;getParentBytes in interface LabelVideoRequestOrBuilderpublic boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;hasBasicConfig in interface LabelVideoRequestOrBuilderpublic HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;getBasicConfig in interface LabelVideoRequestOrBuilderpublic HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2;getBasicConfigOrBuilder in interface LabelVideoRequestOrBuilderpublic int getFeatureValue()
Required. The type of video labeling task.
.google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature feature = 3;getFeatureValue in interface LabelVideoRequestOrBuilderpublic LabelVideoRequest.Feature getFeature()
Required. The type of video labeling task.
.google.cloud.datalabeling.v1beta1.LabelVideoRequest.Feature feature = 3;getFeature in interface LabelVideoRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LabelVideoRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LabelVideoRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static LabelVideoRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LabelVideoRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LabelVideoRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LabelVideoRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LabelVideoRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LabelVideoRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LabelVideoRequest.Builder newBuilder()
public static LabelVideoRequest.Builder newBuilder(LabelVideoRequest prototype)
public LabelVideoRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LabelVideoRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LabelVideoRequest getDefaultInstance()
public static com.google.protobuf.Parser<LabelVideoRequest> parser()
public com.google.protobuf.Parser<LabelVideoRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LabelVideoRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.