[[["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-04 UTC."],[],[],null,["# Cloud Vision V1 Client - Class Likelihood (2.0.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.3 (latest)](/php/docs/reference/cloud-vision/latest/V1.Likelihood)\n- [2.0.2](/php/docs/reference/cloud-vision/2.0.2/V1.Likelihood)\n- [1.10.3](/php/docs/reference/cloud-vision/1.10.3/V1.Likelihood)\n- [1.9.4](/php/docs/reference/cloud-vision/1.9.4/V1.Likelihood)\n- [1.8.0](/php/docs/reference/cloud-vision/1.8.0/V1.Likelihood)\n- [1.7.6](/php/docs/reference/cloud-vision/1.7.6/V1.Likelihood)\n- [1.6.8](/php/docs/reference/cloud-vision/1.6.8/V1.Likelihood) \nReference documentation and code samples for the Cloud Vision V1 Client class Likelihood.\n\nA bucketized representation of likelihood, which is intended to give clients\nhighly stable results across model upgrades.\n\nProtobuf type `google.cloud.vision.v1.Likelihood`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Vision \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### UNKNOWN\n\n Value: 0\n\nUnknown likelihood.\n\nGenerated from protobuf enum `UNKNOWN = 0;`\n\n### VERY_UNLIKELY\n\n Value: 1\n\nIt is very unlikely.\n\nGenerated from protobuf enum `VERY_UNLIKELY = 1;`\n\n### UNLIKELY\n\n Value: 2\n\nIt is unlikely.\n\nGenerated from protobuf enum `UNLIKELY = 2;`\n\n### POSSIBLE\n\n Value: 3\n\nIt is possible.\n\nGenerated from protobuf enum `POSSIBLE = 3;`\n\n### LIKELY\n\n Value: 4\n\nIt is likely.\n\nGenerated from protobuf enum `LIKELY = 4;`\n\n### VERY_LIKELY\n\n Value: 5\n\nIt is very likely.\n\nGenerated from protobuf enum `VERY_LIKELY = 5;`"]]