Cloud AI Platform v1beta1 API - Class CorroborateContentRequest (1.0.0-beta11)

public sealed class CorroborateContentRequest : IMessage<CorroborateContentRequest>, IEquatable<CorroborateContentRequest>, IDeepCloneable<CorroborateContentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CorroborateContentRequest.

Request message for CorroborateContent.

Inheritance

object > CorroborateContentRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CorroborateContentRequest()

public CorroborateContentRequest()

CorroborateContentRequest(CorroborateContentRequest)

public CorroborateContentRequest(CorroborateContentRequest other)
Parameter
Name Description
other CorroborateContentRequest

Properties

Content

public Content Content { get; set; }

Optional. Input content to corroborate, only text format is supported for now.

Property Value
Type Description
Content

Facts

public RepeatedField<Fact> Facts { get; }

Optional. Facts used to generate the text can also be used to corroborate the text.

Property Value
Type Description
RepeatedFieldFact

Parameters

public CorroborateContentRequest.Types.Parameters Parameters { get; set; }

Optional. Parameters that can be set to override default settings per request.

Property Value
Type Description
CorroborateContentRequestTypesParameters

Parent

public string Parent { get; set; }

Required. The resource name of the Location from which to corroborate text. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName