AnnotationValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)Value of annotation, including all types available in data schema.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| int_value | intValue of int type annotation. This field is a member of oneof_value. | 
| float_value | floatValue of float type annotation. This field is a member of oneof_value. | 
| str_value | strValue of string type annotation. This field is a member of oneof_value. | 
| datetime_value | strValue of date time type annotation. This field is a member of oneof_value. | 
| geo_coordinate | google.cloud.visionai_v1.types.GeoCoordinateValue of geo coordinate type annotation. This field is a member of oneof_value. | 
| proto_any_value | google.protobuf.any_pb2.AnyValue of any proto value. This field is a member of oneof_value. | 
| bool_value | boolValue of boolean type annotation. This field is a member of oneof_value. | 
| customized_struct_data_value | google.protobuf.struct_pb2.StructValue of customized struct annotation. This field does not have effects. Use customized_struct_value instead for customized struct annotation. This field is a member of oneof_value. | 
| list_value | google.cloud.visionai_v1.types.AnnotationListValue of list type annotation. This field is a member of oneof_value. | 
| customized_struct_value | google.cloud.visionai_v1.types.AnnotationCustomizedStructValue of custom struct type annotation. This field is a member of oneof_value. |