Show / Hide Table of Contents

Enum StringAggregationType

Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public enum StringAggregationType

Fields

Name Description
MajorityVote

Majority vote to aggregate answers.

NoAggregation

Preserve all answers by crowd compute.

UnanimousVote

Unanimous answers will be adopted.

Unspecified
Back to top