Vision AI v1 API - Class VideoActionRecognitionPredictionResult.Types.IdentifiedAction (1.0.0-beta01)

public sealed class VideoActionRecognitionPredictionResult.Types.IdentifiedAction : IMessage<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IEquatable<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IDeepCloneable<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class VideoActionRecognitionPredictionResult.Types.IdentifiedAction.

Each IdentifiedAction is one particular identification of an action specified with the AnnotationSpec id, display_name and the associated confidence score.

Inheritance

object > VideoActionRecognitionPredictionResult.Types.IdentifiedAction

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IdentifiedAction()

public IdentifiedAction()

IdentifiedAction(IdentifiedAction)

public IdentifiedAction(VideoActionRecognitionPredictionResult.Types.IdentifiedAction other)
Parameter
Name Description
other VideoActionRecognitionPredictionResultTypesIdentifiedAction

Properties

Confidence

public float Confidence { get; set; }

The Model's confidence in correction of this identification, higher value means higher confidence.

Property Value
Type Description
float

DisplayName

public string DisplayName { get; set; }

The display name of the AnnotationSpec that had been identified.

Property Value
Type Description
string

Id

public string Id { get; set; }

The resource ID of the AnnotationSpec that had been identified.

Property Value
Type Description
string