Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction.
Each IdentifiedAction is one particular identification of an action
specified with the AnnotationSpec id, display_name and the associated
confidence score.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#confidence
defconfidence()->::Float
Returns
(::Float) — The Model's confidence in correction of this identification, higher
value means higher confidence.
#confidence=
defconfidence=(value)->::Float
Parameter
value (::Float) — The Model's confidence in correction of this identification, higher
value means higher confidence.
Returns
(::Float) — The Model's confidence in correction of this identification, higher
value means higher confidence.
#display_name
defdisplay_name()->::String
Returns
(::String) — The display name of the AnnotationSpec that had been identified.
#display_name=
defdisplay_name=(value)->::String
Parameter
value (::String) — The display name of the AnnotationSpec that had been identified.
Returns
(::String) — The display name of the AnnotationSpec that had been identified.
#id
defid()->::String
Returns
(::String) — The resource ID of the AnnotationSpec that had been identified.
#id=
defid=(value)->::String
Parameter
value (::String) — The resource ID of the AnnotationSpec that had been identified.
Returns
(::String) — The resource ID of the AnnotationSpec that had been identified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Vision AI V1 API - Class Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction (v1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/ruby/docs/reference/google-cloud-vision_ai-v1/latest/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/1.1.0/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision_ai-v1/1.0.1/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [0.4.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.4.0/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [0.3.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.3.0/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [0.2.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.2.0/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction)\n- [0.1.0](/ruby/docs/reference/google-cloud-vision_ai-v1/0.1.0/Google-Cloud-VisionAI-V1-VideoActionRecognitionPredictionResult-IdentifiedAction) \nReference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction.\n\nEach IdentifiedAction is one particular identification of an action\nspecified with the AnnotationSpec id, display_name and the associated\nconfidence score. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #confidence\n\n def confidence() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- The Model's confidence in correction of this identification, higher value means higher confidence.\n\n### #confidence=\n\n def confidence=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- The Model's confidence in correction of this identification, higher value means higher confidence. \n**Returns**\n\n- (::Float) --- The Model's confidence in correction of this identification, higher value means higher confidence.\n\n### #display_name\n\n def display_name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The display name of the AnnotationSpec that had been identified.\n\n### #display_name=\n\n def display_name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The display name of the AnnotationSpec that had been identified. \n**Returns**\n\n- (::String) --- The display name of the AnnotationSpec that had been identified.\n\n### #id\n\n def id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The resource ID of the AnnotationSpec that had been identified.\n\n### #id=\n\n def id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The resource ID of the AnnotationSpec that had been identified. \n**Returns**\n\n- (::String) --- The resource ID of the AnnotationSpec that had been identified."]]