public sealed class WebEntity : IMessage<WebDetection.Types.WebEntity>, IEquatable<WebDetection.Types.WebEntity>, IDeepCloneable<WebDetection.Types.WebEntity>, IBufferMessage, IMessage
Entity deduced from similar images on the Internet.
Implements
IMessage<WebDetection.Types.WebEntity>, IEquatable<WebDetection.Types.WebEntity>, IDeepCloneable<WebDetection.Types.WebEntity>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebEntity()
public WebEntity()
WebEntity(WebDetection.Types.WebEntity)
public WebEntity(WebDetection.Types.WebEntity other)
Parameter | |
---|---|
Name | Description |
other | WebDetection.Types.WebEntity |
Properties
Description
public string Description { get; set; }
Canonical description of the entity, in English.
Property Value | |
---|---|
Type | Description |
String |
EntityId
public string EntityId { get; set; }
Opaque entity ID.
Property Value | |
---|---|
Type | Description |
String |
Score
public float Score { get; set; }
Overall relevancy score for the entity. Not normalized and not comparable across different image queries.
Property Value | |
---|---|
Type | Description |
Single |