Google Cloud Vision v1 API - Class ProductSearchResults.Types.ObjectAnnotation (3.5.0)

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

Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSearchResults.Types.ObjectAnnotation.

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(ObjectAnnotation)

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

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
float