public sealed class LocalizedObjectAnnotation : IMessage<LocalizedObjectAnnotation>, IEquatable<LocalizedObjectAnnotation>, IDeepCloneable<LocalizedObjectAnnotation>, IBufferMessage, IMessage
Set of detected objects with bounding boxes.
Implements
IMessage<LocalizedObjectAnnotation>, IEquatable<LocalizedObjectAnnotation>, IDeepCloneable<LocalizedObjectAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
LocalizedObjectAnnotation()
public LocalizedObjectAnnotation()
LocalizedObjectAnnotation(LocalizedObjectAnnotation)
public LocalizedObjectAnnotation(LocalizedObjectAnnotation other)
Parameter | |
---|---|
Name | Description |
other | LocalizedObjectAnnotation |
Properties
BoundingPoly
public BoundingPoly BoundingPoly { get; set; }
Image region to which this object belongs. This must be populated.
Property Value | |
---|---|
Type | Description |
BoundingPoly |
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 |
Single |