Vision AI v1 API - Class UserSpecifiedAnnotation (1.0.0-beta01)

public sealed class UserSpecifiedAnnotation : IMessage<UserSpecifiedAnnotation>, IEquatable<UserSpecifiedAnnotation>, IDeepCloneable<UserSpecifiedAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class UserSpecifiedAnnotation.

Annotation provided by users.

Inheritance

object > UserSpecifiedAnnotation

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UserSpecifiedAnnotation()

public UserSpecifiedAnnotation()

UserSpecifiedAnnotation(UserSpecifiedAnnotation)

public UserSpecifiedAnnotation(UserSpecifiedAnnotation other)
Parameter
Name Description
other UserSpecifiedAnnotation

Properties

Key

public string Key { get; set; }

Required. Key of the annotation. The key must be set with type by CreateDataSchema.

Property Value
Type Description
string

Partition

public Partition Partition { get; set; }

Partition information in time and space for the sub-asset level annotation.

Property Value
Type Description
Partition

Value

public AnnotationValue Value { get; set; }

Value of the annotation. The value must be able to convert to the type according to the data schema.

Property Value
Type Description
AnnotationValue