Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UserSpecifiedAnnotation.
Annotation provided by users.
Generated from protobuf message google.cloud.visionai.v1.UserSpecifiedAnnotation
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
Required. Key of the annotation. The key must be set with type by CreateDataSchema.
↳ value
AnnotationValue
Value of the annotation. The value must be able to convert to the type according to the data schema.
↳ partition
getKey
Required. Key of the annotation. The key must be set with type by CreateDataSchema.
string
setKey
Required. Key of the annotation. The key must be set with type by CreateDataSchema.
var
string
$this
getValue
Value of the annotation. The value must be able to convert to the type according to the data schema.
hasValue
clearValue
setValue
Value of the annotation. The value must be able to convert to the type according to the data schema.
$this
getPartition
Partition information in time and space for the sub-asset level annotation.
hasPartition
clearPartition
setPartition
Partition information in time and space for the sub-asset level annotation.
$this

