Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CorroborateContentRequest

Given an input text, it returns a score that evaluates the factuality of the text. It also extracts and returns claims from the text and provides supporting facts.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>
ProjectsResource.LocationsResource.CorroborateContentRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CorroborateContentRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>, IClientServiceRequest

Constructors

CorroborateContentRequest(IClientService, GoogleCloudAiplatformV1beta1CorroborateContentRequest, string)

Constructs a new CorroborateContent request.

Declaration
public CorroborateContentRequest(IClientService service, GoogleCloudAiplatformV1beta1CorroborateContentRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1CorroborateContentRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.MethodName

Parent

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}.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.GetBody()

InitParameters()

Initializes CorroborateContent parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1CorroborateContentResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX