Vision AI v1 API - Class ObjectDetectionPredictionResult.Types.Entity (1.0.0-beta01)

public sealed class ObjectDetectionPredictionResult.Types.Entity : IMessage<ObjectDetectionPredictionResult.Types.Entity>, IEquatable<ObjectDetectionPredictionResult.Types.Entity>, IDeepCloneable<ObjectDetectionPredictionResult.Types.Entity>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class ObjectDetectionPredictionResult.Types.Entity.

The entity info for annotations from object detection prediction result.

Inheritance

object > ObjectDetectionPredictionResult.Types.Entity

Namespace

Google.Cloud.VisionAI.V1

Assembly

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