GoogleCloudDatalabelingV1beta1Example constructor
GoogleCloudDatalabelingV1beta1Example({
- List<
GoogleCloudDatalabelingV1beta1Annotation> ? annotations, - GoogleCloudDatalabelingV1beta1ImagePayload? imagePayload,
- String? name,
- GoogleCloudDatalabelingV1beta1TextPayload? textPayload,
- GoogleCloudDatalabelingV1beta1VideoPayload? videoPayload,
Implementation
GoogleCloudDatalabelingV1beta1Example({
this.annotations,
this.imagePayload,
this.name,
this.textPayload,
this.videoPayload,
});