Class ProductSearchResults.Types.ObjectAnnotation (2.3.0)

public sealed class ObjectAnnotation : IMessage<ProductSearchResults.Types.ObjectAnnotation>, IEquatable<ProductSearchResults.Types.ObjectAnnotation>, IDeepCloneable<ProductSearchResults.Types.ObjectAnnotation>, IBufferMessage, IMessage

Prediction for what the object in the bounding box is.

Inheritance

Object > ProductSearchResults.Types.ObjectAnnotation

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ObjectAnnotation()

public ObjectAnnotation()

ObjectAnnotation(ProductSearchResults.Types.ObjectAnnotation)

public ObjectAnnotation(ProductSearchResults.Types.ObjectAnnotation other)
Parameter
NameDescription
otherProductSearchResults.Types.ObjectAnnotation

Properties

LanguageCode

public string LanguageCode { get; set; }

The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Property Value
TypeDescription
String

Mid

public string Mid { get; set; }

Object ID that should align with EntityAnnotation mid.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Object name, expressed in its language_code language.

Property Value
TypeDescription
String

Score

public float Score { get; set; }

Score of the result. Range [0, 1].

Property Value
TypeDescription
Single