Show / Hide Table of Contents

Class ModelVersionDetails

Model version for object detection/tracking.

Inheritance
object
ModelVersionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class ModelVersionDetails

Properties

ModelVersion

Declaration
[Required(ErrorMessage = "ModelVersion is required.")]
[JsonProperty(PropertyName = "modelVersion")]
public string ModelVersion { get; set; }
Property Value
Type Description
string

Model version or ocid

Remarks

Required

Objects

Declaration
[Required(ErrorMessage = "Objects is required.")]
[JsonProperty(PropertyName = "objects")]
public List<string> Objects { get; set; }
Property Value
Type Description
List<string>

List of the object category labels.

Remarks

Required

In this article
Back to top