public sealed class ObjectDetectionPredictionResult.Types.Entity : IMessage<ObjectDetectionPredictionResult.Types.Entity>, IEquatable<ObjectDetectionPredictionResult.Types.Entity>, IDeepCloneable<ObjectDetectionPredictionResult.Types.Entity>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.Types.Entity.
The entity info for annotations from object detection prediction result.
Implements
IMessageObjectDetectionPredictionResultTypesEntity, IEquatableObjectDetectionPredictionResultTypesEntity, IDeepCloneableObjectDetectionPredictionResultTypesEntity, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Entity()
public Entity()Entity(Entity)
public Entity(ObjectDetectionPredictionResult.Types.Entity other)| Parameter | |
|---|---|
| Name | Description |
other |
ObjectDetectionPredictionResultTypesEntity |
Properties
LabelId
public long LabelId { get; set; }Label id.
| Property Value | |
|---|---|
| Type | Description |
long |
|
LabelString
public string LabelString { get; set; }Human readable string of the label.
| Property Value | |
|---|---|
| Type | Description |
string |
|