View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1SegmentationConfig (google_api_data_labeling v0.3.1)

Config for image segmentation

Attributes

  • annotationSpecSet (type: String.t, default: nil) - Required. Annotation spec set resource name. format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
  • instructionMessage (type: String.t, default: nil) - Instruction message showed on labelers UI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1SegmentationConfig{
    annotationSpecSet: String.t() | nil,
    instructionMessage: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.