Name | Type | Description | Notes |
---|---|---|---|
DocumentId | Pointer to string | The unique identifier of the uploaded document. | [optional] |
DocumentClassification | Pointer to ExtractionDocumentClassification | [optional] | |
ExtractedData | Pointer to ExtractionExtractedData | [optional] |
func NewExtraction() *Extraction
NewExtraction instantiates a new Extraction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtractionWithDefaults() *Extraction
NewExtractionWithDefaults instantiates a new Extraction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Extraction) GetDocumentId() string
GetDocumentId returns the DocumentId field if non-nil, zero value otherwise.
func (o *Extraction) GetDocumentIdOk() (*string, bool)
GetDocumentIdOk returns a tuple with the DocumentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Extraction) SetDocumentId(v string)
SetDocumentId sets DocumentId field to given value.
func (o *Extraction) HasDocumentId() bool
HasDocumentId returns a boolean if a field has been set.
func (o *Extraction) GetDocumentClassification() ExtractionDocumentClassification
GetDocumentClassification returns the DocumentClassification field if non-nil, zero value otherwise.
func (o *Extraction) GetDocumentClassificationOk() (*ExtractionDocumentClassification, bool)
GetDocumentClassificationOk returns a tuple with the DocumentClassification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Extraction) SetDocumentClassification(v ExtractionDocumentClassification)
SetDocumentClassification sets DocumentClassification field to given value.
func (o *Extraction) HasDocumentClassification() bool
HasDocumentClassification returns a boolean if a field has been set.
func (o *Extraction) GetExtractedData() ExtractionExtractedData
GetExtractedData returns the ExtractedData field if non-nil, zero value otherwise.
func (o *Extraction) GetExtractedDataOk() (*ExtractionExtractedData, bool)
GetExtractedDataOk returns a tuple with the ExtractedData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Extraction) SetExtractedData(v ExtractionExtractedData)
SetExtractedData sets ExtractedData field to given value.
func (o *Extraction) HasExtractedData() bool
HasExtractedData returns a boolean if a field has been set.