public sealed class UserSpecifiedAnnotation : IMessage<UserSpecifiedAnnotation>, IEquatable<UserSpecifiedAnnotation>, IDeepCloneable<UserSpecifiedAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UserSpecifiedAnnotation.
Annotation provided by users.
Implements
IMessageUserSpecifiedAnnotation, IEquatableUserSpecifiedAnnotation, IDeepCloneableUserSpecifiedAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|