AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::LabelVideoRequest (v0.10.0)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::LabelVideoRequest.

Request message for LabelVideo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#basic_config

def basic_config() -> ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
Returns

#basic_config=

def basic_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::HumanAnnotationConfig
Parameter
Returns

#event_config

def event_config() -> ::Google::Cloud::DataLabeling::V1beta1::EventConfig
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::EventConfig) — Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: event_config, video_classification_config, object_detection_config, object_tracking_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#event_config=

def event_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EventConfig
Parameter
  • value (::Google::Cloud::DataLabeling::V1beta1::EventConfig) — Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: event_config, video_classification_config, object_detection_config, object_tracking_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::EventConfig) — Configuration for video event task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: event_config, video_classification_config, object_detection_config, object_tracking_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#feature

def feature() -> ::Google::Cloud::DataLabeling::V1beta1::LabelVideoRequest::Feature
Returns

#feature=

def feature=(value) -> ::Google::Cloud::DataLabeling::V1beta1::LabelVideoRequest::Feature
Parameter
Returns

#object_detection_config

def object_detection_config() -> ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig) — Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_detection_config, video_classification_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#object_detection_config=

def object_detection_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
Parameter
  • value (::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig) — Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_detection_config, video_classification_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig) — Configuration for video object detection task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_detection_config, video_classification_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#object_tracking_config

def object_tracking_config() -> ::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig) — Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_tracking_config, video_classification_config, object_detection_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#object_tracking_config=

def object_tracking_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
Parameter
  • value (::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig) — Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_tracking_config, video_classification_config, object_detection_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig) — Configuration for video object tracking task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: object_tracking_config, video_classification_config, object_detection_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id}
Returns
  • (::String) — Required. Name of the dataset to request labeling task, format: projects/{project_id}/datasets/{dataset_id}

#video_classification_config

def video_classification_config() -> ::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig
Returns
  • (::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig) — Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: video_classification_config, object_detection_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#video_classification_config=

def video_classification_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig
Parameter
  • value (::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig) — Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: video_classification_config, object_detection_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig) — Configuration for video classification task. One of video_classification_config, object_detection_config, object_tracking_config and event_config is required.

    Note: The following fields are mutually exclusive: video_classification_config, object_detection_config, object_tracking_config, event_config. If a field in that set is populated, all other fields in the set will automatically be cleared.