Represents an AnnotationValue.
Package
@google-cloud/datalabeling!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.datalabeling.v1beta1.IAnnotationValue);
Constructs a new AnnotationValue.
Type | Name | Description |
---|---|---|
IAnnotationValue | properties |
Properties to set |
Properties
imageBoundingPolyAnnotation
public imageBoundingPolyAnnotation?: (google.cloud.datalabeling.v1beta1.IImageBoundingPolyAnnotation|null);
AnnotationValue imageBoundingPolyAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IImageBoundingPolyAnnotation|null) |
imageClassificationAnnotation
public imageClassificationAnnotation?: (google.cloud.datalabeling.v1beta1.IImageClassificationAnnotation|null);
AnnotationValue imageClassificationAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IImageClassificationAnnotation|null) |
imagePolylineAnnotation
public imagePolylineAnnotation?: (google.cloud.datalabeling.v1beta1.IImagePolylineAnnotation|null);
AnnotationValue imagePolylineAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IImagePolylineAnnotation|null) |
imageSegmentationAnnotation
public imageSegmentationAnnotation?: (google.cloud.datalabeling.v1beta1.IImageSegmentationAnnotation|null);
AnnotationValue imageSegmentationAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IImageSegmentationAnnotation|null) |
textClassificationAnnotation
public textClassificationAnnotation?: (google.cloud.datalabeling.v1beta1.ITextClassificationAnnotation|null);
AnnotationValue textClassificationAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.ITextClassificationAnnotation|null) |
textEntityExtractionAnnotation
public textEntityExtractionAnnotation?: (google.cloud.datalabeling.v1beta1.ITextEntityExtractionAnnotation|null);
AnnotationValue textEntityExtractionAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.ITextEntityExtractionAnnotation|null) |
valueType
public valueType?: ("imageClassificationAnnotation"|"imageBoundingPolyAnnotation"|"imagePolylineAnnotation"|"imageSegmentationAnnotation"|"textClassificationAnnotation"|"textEntityExtractionAnnotation"|"videoClassificationAnnotation"|"videoObjectTrackingAnnotation"|"videoEventAnnotation");
AnnotationValue valueType.
Type | Description |
---|---|
("imageClassificationAnnotation"|"imageBoundingPolyAnnotation"|"imagePolylineAnnotation"|"imageSegmentationAnnotation"|"textClassificationAnnotation"|"textEntityExtractionAnnotation"|"videoClassificationAnnotation"|"videoObjectTrackingAnnotation"|"videoEventAnnotation") |
videoClassificationAnnotation
public videoClassificationAnnotation?: (google.cloud.datalabeling.v1beta1.IVideoClassificationAnnotation|null);
AnnotationValue videoClassificationAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IVideoClassificationAnnotation|null) |
videoEventAnnotation
public videoEventAnnotation?: (google.cloud.datalabeling.v1beta1.IVideoEventAnnotation|null);
AnnotationValue videoEventAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IVideoEventAnnotation|null) |
videoObjectTrackingAnnotation
public videoObjectTrackingAnnotation?: (google.cloud.datalabeling.v1beta1.IVideoObjectTrackingAnnotation|null);
AnnotationValue videoObjectTrackingAnnotation.
Type | Description |
---|---|
(google.cloud.datalabeling.v1beta1.IVideoObjectTrackingAnnotation|null) |
Methods
create(properties)
public static create(properties?: google.cloud.datalabeling.v1beta1.IAnnotationValue): google.cloud.datalabeling.v1beta1.AnnotationValue;
Creates a new AnnotationValue instance using the specified properties.
Type | Name | Description |
---|---|---|
IAnnotationValue | properties |
Properties to set |
Type | Description |
---|---|
google.cloud.datalabeling.v1beta1.AnnotationValue | AnnotationValue instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.datalabeling.v1beta1.AnnotationValue;
Decodes an AnnotationValue message from the specified reader or buffer.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
number | length |
Message length if known beforehand |
Type | Description |
---|---|
google.cloud.datalabeling.v1beta1.AnnotationValue | AnnotationValue |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.datalabeling.v1beta1.AnnotationValue;
Decodes an AnnotationValue message from the specified reader or buffer, length delimited.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
Type | Description |
---|---|
google.cloud.datalabeling.v1beta1.AnnotationValue | AnnotationValue |
encode(message, writer)
public static encode(message: google.cloud.datalabeling.v1beta1.IAnnotationValue, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified AnnotationValue message. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IAnnotationValue | message |
AnnotationValue message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.datalabeling.v1beta1.IAnnotationValue, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified AnnotationValue message, length delimited. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IAnnotationValue | message |
AnnotationValue message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.datalabeling.v1beta1.AnnotationValue;
Creates an AnnotationValue message from a plain object. Also converts values to their respective internal types.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | object |
Plain object |
Type | Description |
---|---|
google.cloud.datalabeling.v1beta1.AnnotationValue | AnnotationValue |
toJSON()
public toJSON(): { [k: string]: any };
Converts this AnnotationValue to JSON.
Type | Description |
---|---|
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.datalabeling.v1beta1.AnnotationValue, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an AnnotationValue message. Also converts values to other types if specified.
Type | Name | Description |
---|---|---|
google.cloud.datalabeling.v1beta1.AnnotationValue | message |
AnnotationValue |
$protobuf.IConversionOptions | options |
Conversion options |
Type | Description |
---|---|
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an AnnotationValue message.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | message |
Plain object to verify |
Type | Description |
---|---|
(string|null) |
|