Data Labeling v1beta1 API - Class ImageClassificationConfig (2.0.0-beta03)

public sealed class ImageClassificationConfig : IMessage<ImageClassificationConfig>, IEquatable<ImageClassificationConfig>, IDeepCloneable<ImageClassificationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class ImageClassificationConfig.

Config for image classification human labeling task.

Inheritance

object > ImageClassificationConfig

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ImageClassificationConfig()

public ImageClassificationConfig()

ImageClassificationConfig(ImageClassificationConfig)

public ImageClassificationConfig(ImageClassificationConfig other)
Parameter
Name Description
other ImageClassificationConfig

Properties

AllowMultiLabel

public bool AllowMultiLabel { get; set; }

Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.

Property Value
Type Description
bool

AnnotationSpecSet

public string AnnotationSpecSet { get; set; }

Required. Annotation spec set resource name.

Property Value
Type Description
string

AnswerAggregationType

public StringAggregationType AnswerAggregationType { get; set; }

Optional. The type of how to aggregate answers.

Property Value
Type Description
StringAggregationType