Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class StringAggregationType.
Protobuf type google.cloud.datalabeling.v1beta1.StringAggregationType
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STRING_AGGREGATION_TYPE_UNSPECIFIED
Value: 0Generated from protobuf enum STRING_AGGREGATION_TYPE_UNSPECIFIED = 0;
MAJORITY_VOTE
Value: 1Majority vote to aggregate answers.
Generated from protobuf enum MAJORITY_VOTE = 1;
UNANIMOUS_VOTE
Value: 2Unanimous answers will be adopted.
Generated from protobuf enum UNANIMOUS_VOTE = 2;
NO_AGGREGATION
Value: 3Preserve all answers by crowd compute.
Generated from protobuf enum NO_AGGREGATION = 3;