Google Cloud Datalabeling V1beta1 Client - Class AnnotationValue (0.5.6)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class AnnotationValue.

Annotation value for an example.

Generated from protobuf message google.cloud.datalabeling.v1beta1.AnnotationValue

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ image_classification_annotation ImageClassificationAnnotation

Annotation value for image classification case.

↳ image_bounding_poly_annotation ImageBoundingPolyAnnotation

Annotation value for image bounding box, oriented bounding box and polygon cases.

↳ image_polyline_annotation ImagePolylineAnnotation

Annotation value for image polyline cases. Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.

↳ image_segmentation_annotation ImageSegmentationAnnotation

Annotation value for image segmentation.

↳ text_classification_annotation TextClassificationAnnotation

Annotation value for text classification case.

↳ text_entity_extraction_annotation TextEntityExtractionAnnotation

Annotation value for text entity extraction case.

↳ video_classification_annotation VideoClassificationAnnotation

Annotation value for video classification case.

↳ video_object_tracking_annotation VideoObjectTrackingAnnotation

Annotation value for video object detection and tracking case.

↳ video_event_annotation VideoEventAnnotation

Annotation value for video event case.

getImageClassificationAnnotation

Annotation value for image classification case.

Returns
Type Description
ImageClassificationAnnotation|null

hasImageClassificationAnnotation

setImageClassificationAnnotation

Annotation value for image classification case.

Parameter
Name Description
var ImageClassificationAnnotation
Returns
Type Description
$this

getImageBoundingPolyAnnotation

Annotation value for image bounding box, oriented bounding box and polygon cases.

Returns
Type Description
ImageBoundingPolyAnnotation|null

hasImageBoundingPolyAnnotation

setImageBoundingPolyAnnotation

Annotation value for image bounding box, oriented bounding box and polygon cases.

Parameter
Name Description
var ImageBoundingPolyAnnotation
Returns
Type Description
$this

getImagePolylineAnnotation

Annotation value for image polyline cases.

Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.

Returns
Type Description
ImagePolylineAnnotation|null

hasImagePolylineAnnotation

setImagePolylineAnnotation

Annotation value for image polyline cases.

Polyline here is different from BoundingPoly. It is formed by line segments connected to each other but not closed form(Bounding Poly). The line segments can cross each other.

Parameter
Name Description
var ImagePolylineAnnotation
Returns
Type Description
$this

getImageSegmentationAnnotation

Annotation value for image segmentation.

Returns
Type Description
ImageSegmentationAnnotation|null

hasImageSegmentationAnnotation

setImageSegmentationAnnotation

Annotation value for image segmentation.

Parameter
Name Description
var ImageSegmentationAnnotation
Returns
Type Description
$this

getTextClassificationAnnotation

Annotation value for text classification case.

Returns
Type Description
TextClassificationAnnotation|null

hasTextClassificationAnnotation

setTextClassificationAnnotation

Annotation value for text classification case.

Parameter
Name Description
var TextClassificationAnnotation
Returns
Type Description
$this

getTextEntityExtractionAnnotation

Annotation value for text entity extraction case.

Returns
Type Description
TextEntityExtractionAnnotation|null

hasTextEntityExtractionAnnotation

setTextEntityExtractionAnnotation

Annotation value for text entity extraction case.

Parameter
Name Description
var TextEntityExtractionAnnotation
Returns
Type Description
$this

getVideoClassificationAnnotation

Annotation value for video classification case.

Returns
Type Description
VideoClassificationAnnotation|null

hasVideoClassificationAnnotation

setVideoClassificationAnnotation

Annotation value for video classification case.

Parameter
Name Description
var VideoClassificationAnnotation
Returns
Type Description
$this

getVideoObjectTrackingAnnotation

Annotation value for video object detection and tracking case.

Returns
Type Description
VideoObjectTrackingAnnotation|null

hasVideoObjectTrackingAnnotation

setVideoObjectTrackingAnnotation

Annotation value for video object detection and tracking case.

Parameter
Name Description
var VideoObjectTrackingAnnotation
Returns
Type Description
$this

getVideoEventAnnotation

Annotation value for video event case.

Returns
Type Description
VideoEventAnnotation|null

hasVideoEventAnnotation

setVideoEventAnnotation

Annotation value for video event case.

Parameter
Name Description
var VideoEventAnnotation
Returns
Type Description
$this

getValueType

Returns
Type Description
string