public sealed class FacetValue : IMessage<FacetValue>, IEquatable<FacetValue>, IDeepCloneable<FacetValue>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class FacetValue.
Definition of a single value with generic type.
Implements
IMessageFacetValue, IEquatableFacetValue, IDeepCloneableFacetValue, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
FacetValue()
public FacetValue()FacetValue(FacetValue)
public FacetValue(FacetValue other)| Parameter | |
|---|---|
| Name | Description |
other |
FacetValue |
Properties
DatetimeValue
public DateTime DatetimeValue { get; set; }Datetime type value.
| Property Value | |
|---|---|
| Type | Description |
DateTime |
|
HasIntegerValue
public bool HasIntegerValue { get; }Gets whether the "integer_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStringValue
public bool HasStringValue { get; }Gets whether the "string_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IntegerValue
public long IntegerValue { get; set; }Integer type value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
StringValue
public string StringValue { get; set; }String type value.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValueCase
public FacetValue.ValueOneofCase ValueCase { get; }| Property Value | |
|---|---|
| Type | Description |
FacetValueValueOneofCase |
|