GoogleCloudDatalabelingV1beta1LabelTextRequest class
Request message for LabelText.
Constructors
- GoogleCloudDatalabelingV1beta1LabelTextRequest({GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig, String? feature, GoogleCloudDatalabelingV1beta1TextClassificationConfig? textClassificationConfig, GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig? textEntityExtractionConfig})
- GoogleCloudDatalabelingV1beta1LabelTextRequest.fromJson(Map json_)
Properties
- basicConfig ↔ GoogleCloudDatalabelingV1beta1HumanAnnotationConfig?
-
Basic human annotation config.
getter/setter pair
- feature ↔ String?
-
The type of text labeling task.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textClassificationConfig ↔ GoogleCloudDatalabelingV1beta1TextClassificationConfig?
-
Configuration for text classification task.
getter/setter pair
- textEntityExtractionConfig ↔ GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig?
-
Configuration for entity extraction task.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited