Home
last modified time | relevance | path

Searched refs:GoogleCloudDatalabelingV1beta1AnnotationSpec (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ImageClassificationAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
26 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
28 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
33 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1TextClassificationAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
26 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
28 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
33 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1ConfusionMatrixEntry.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
30 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
32 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
37 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
28 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
30 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
35 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1VideoEventAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
28 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
30 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
35 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1Row.php23 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
29 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
31 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
36 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1VideoClassificationAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
28 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
30 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
35 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1ImagePolylineAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
30 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
32 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
37 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation.php23 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
31 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
33 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
38 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation.php22 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
30 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
32 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
37 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1PrCurve.php23 protected $annotationSpecType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
37 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec
39 public function setAnnotationSpec(GoogleCloudDatalabelingV1beta1AnnotationSpec $annotationSpec)
44 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec
H A DGoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation.php22 protected $annotationColorsType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
34 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec[]
41 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec[]
H A DGoogleCloudDatalabelingV1beta1AnnotationSpecSet.php23 protected $annotationSpecsType = GoogleCloudDatalabelingV1beta1AnnotationSpec::class;
43 * @param GoogleCloudDatalabelingV1beta1AnnotationSpec[]
50 * @return GoogleCloudDatalabelingV1beta1AnnotationSpec[]
H A DGoogleCloudDatalabelingV1beta1AnnotationSpec.php20 class GoogleCloudDatalabelingV1beta1AnnotationSpec extends \Google\Model class
80 class_alias(GoogleCloudDatalabelingV1beta1AnnotationSpec::class, 'Google_Service_DataLabeling_Googl…