Class DetectLanguageEntitiesRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<DetectLanguageEntitiesDetails>
-
- com.oracle.bmc.ailanguage.requests.DetectLanguageEntitiesRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20221001") public class DetectLanguageEntitiesRequest extends BmcRequest<DetectLanguageEntitiesDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/ailanguage/DetectLanguageEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DetectLanguageEntitiesRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DetectLanguageEntitiesRequest.Builder
-
Constructor Summary
Constructors Constructor Description DetectLanguageEntitiesRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectLanguageEntitiesRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.DetectLanguageEntitiesDetails
getBody$()
Alternative accessor for the body parameter.DetectLanguageEntitiesDetails
getDetectLanguageEntitiesDetails()
The details to make a Entity detect call.Boolean
getIsPii()
If this parameter is set to true, you only get PII (Personally identifiable information) entities like PhoneNumber, Email, Person, and so on.NerModelVersion
getModelVersion()
Named Entity Recognition model versions.String
getOpcRequestId()
The client request ID for tracing.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.DetectLanguageEntitiesRequest.Builder
toBuilder()
Return an instance ofDetectLanguageEntitiesRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getDetectLanguageEntitiesDetails
public DetectLanguageEntitiesDetails getDetectLanguageEntitiesDetails()
The details to make a Entity detect call.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
getModelVersion
public NerModelVersion getModelVersion()
Named Entity Recognition model versions.By default user will get output from V2.1 implementation.
-
getIsPii
public Boolean getIsPii()
If this parameter is set to true, you only get PII (Personally identifiable information) entities like PhoneNumber, Email, Person, and so on.Default value is false.
-
getBody$
public DetectLanguageEntitiesDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<DetectLanguageEntitiesDetails>
- Returns:
- body parameter
-
toBuilder
public DetectLanguageEntitiesRequest.Builder toBuilder()
Return an instance ofDetectLanguageEntitiesRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
DetectLanguageEntitiesRequest.Builder
that allows you to modify request properties.
-
builder
public static DetectLanguageEntitiesRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<DetectLanguageEntitiesDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<DetectLanguageEntitiesDetails>
-
-