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.
Implements
IMessageProductSearchResultsTypesObjectAnnotation, IEquatableProductSearchResultsTypesObjectAnnotation, IDeepCloneableProductSearchResultsTypesObjectAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ObjectAnnotation()
public ObjectAnnotation()
ObjectAnnotation(ObjectAnnotation)
public ObjectAnnotation(ProductSearchResults.Types.ObjectAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
ProductSearchResultsTypesObjectAnnotation |
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 | |
---|---|
Type | Description |
string |
Mid
public string Mid { get; set; }
Object ID that should align with EntityAnnotation mid.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Object name, expressed in its language_code
language.
Property Value | |
---|---|
Type | Description |
string |
Score
public float Score { get; set; }
Score of the result. Range [0, 1].
Property Value | |
---|---|
Type | Description |
float |