public sealed class VideoActionRecognitionPredictionResult.Types.IdentifiedAction : IMessage<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IEquatable<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IDeepCloneable<VideoActionRecognitionPredictionResult.Types.IdentifiedAction>, IBufferMessage, IMessageReference 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.
Implements
IMessageVideoActionRecognitionPredictionResultTypesIdentifiedAction, IEquatableVideoActionRecognitionPredictionResultTypesIdentifiedAction, IDeepCloneableVideoActionRecognitionPredictionResultTypesIdentifiedAction, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|